mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
back on the job....
This commit is contained in:
parent
63fe7babb2
commit
f35f720686
5 changed files with 137 additions and 11 deletions
|
@ -8,8 +8,13 @@ Setup on ArchLinux:
|
|||
127.0.0.1 localhost aur
|
||||
|
||||
3) Configure Apache
|
||||
- Edit /etc/httpd/conf/httpd.conf and append the following:
|
||||
Replace MYUSER with your username.
|
||||
|
||||
- Edit /etc/httpd/conf/httpd.conf and make sure that PHP
|
||||
support is enabled by uncommenting the LoadModule line
|
||||
that specifies the PHP module.
|
||||
|
||||
- Also append the following snippet to enable the aur
|
||||
Virtual Host (Replace MYUSER with your username).
|
||||
|
||||
<VirtualHost aur:80>
|
||||
Servername aur
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue