diff options
author | eric <eric> | 2004-10-19 22:31:29 +0000 |
---|---|---|
committer | eric <eric> | 2004-10-19 22:31:29 +0000 |
commit | f35f7206869d359a1a5adbc919a8b2a9e23e4ad4 (patch) | |
tree | d7a78ad1629b4c12a7ea45eda8a54659bf2fe009 /web/README.txt | |
parent | 63fe7babb2d7e25e82968fe084391b56d4ec2c75 (diff) |
back on the job....
Diffstat (limited to 'web/README.txt')
-rw-r--r-- | web/README.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/README.txt b/web/README.txt index af2b293..0054349 100644 --- a/web/README.txt +++ b/web/README.txt @@ -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 |