Current time: 11-24-2024, 01:42 PM Hello There, Guest! (LoginRegister)


Post Reply 
vhost unter /var/www/
Author Message
vbbaby Offline
Junior Member
*

Posts: 58
Joined: Jun 2007
Reputation: 0
Post: #1
vhost unter /var/www/
Moin.....
vor dem Update von RC2 auf RC4 hatte ich Horde unter /var/www/horde installiert und auch entsprechende Einträge in der ispcp.conf gemacht.....

Nun funktioniert es leider nicht mehr, was muß ich dort eintragen ?

Beim Aufruf kommt immer die Fehlermeldung open_basedir ......
Allerdings habe ich den Pfad bereits eingetragen und apache reloaded und neu gestartet, allerdings ohne Erfolg......

Hier meine ispcp.conf:

Quote:<VirtualHost 99.99.999.99:80>

<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>

ServerAdmin webmaster@meinedomain.de
DocumentRoot /var/www/horde

ServerName mail.meinedomain.de

ErrorLog /var/log/apache2/users/mail.meinedomain.de-error.log
TransferLog /var/log/apache2/users/mail.meinedomain.de-access.log

CustomLog /var/log/apache2/mail.meinedomain.de-traf.log traff
CustomLog /var/log/apache2/mail.meinedomain.de-combined.log combined

Alias /errors /var/www/horde/errors/


ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html

<IfModule mod_cband.c>
CBandUser mail.meinedomain.de
</IfModule>

# httpd awstats support BEGIN.

# httpd awstats support END.

# httpd dmn entry cgi support BEGIN.
# httpd dmn entry cgi support END.

# httpd dmn entry PHP2 support BEGIN.
<IfModule mod_php4.c>
php_admin_value open_basedir "/var/www/horde:/usr/share/php"
php_admin_value upload_tmp_dir "/var/www/horde/phptmp"
php_admin_value session.save_path "/var/www/horde/phptmp"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2003 -t -i'
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/var/www/horde:/usr/share/php"
php_admin_value upload_tmp_dir "/var/www/horde/phptmp"

php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2023 -t -i'
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/master/
ScriptAlias /php5/ /var/www/fcgi/master/
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
# httpd dmn entry PHP2 support END.

<Directory /var/www/virtual/horde>
# httpd dmn entry PHP support BEGIN.
# httpd dmn entry PHP support END.
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

</VirtualHost>
05-28-2008 03:02 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
vhost unter /var/www/ - vbbaby - 05-28-2008 03:02 PM
RE: vhost unter /var/www/ - BeNe - 05-28-2008, 03:34 PM
RE: vhost unter /var/www/ - vbbaby - 05-28-2008, 04:59 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)