Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
ab1300d2
Commit
ab1300d2
authored
Mar 12, 2009
by
Mark Taylor
Committed by
Loui Chang
Mar 12, 2009
Browse files
Fixed some errors/omissions in setup docs
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
d57b28ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/README
View file @
ab1300d2
...
...
@@ -9,9 +9,11 @@ Setup on Arch Linux:
3) Configure Apache
- Edit /etc/httpd/conf/httpd.conf and make sure that PHP
support is enabled by uncommenting the LoadModule line
that specifies the PHP module.
- Edit /etc/httpd/conf/httpd.conf and enable PHP support
by adding the following lines.
LoadModule php5_module modules/libphp5.so
Include conf/extra/php5_module.conf
- Also append the following snippet to enable the aur
Virtual Host (Replace MYUSER with your username).
...
...
@@ -24,6 +26,8 @@ Setup on Arch Linux:
<Directory /home/MYUSER/aur/web/html>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
...
...
@@ -50,7 +54,7 @@ Setup on Arch Linux:
- Put PEAR in your php include_path in web/html/.htaccess:
php
value include_path
=
".:../lib:../lang:/usr/share/pear"
php
_
value include_path ".:../lib:../lang:/usr/share/pear"
PEAR's path may vary depending on your set up.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment