Vhost problem
Posted: 2003-11-11 16:00
kann mir jemand mal seine confixx_vhost.conf schicken denn meine scheint ein paar fehler zu haben kann nicht mehr in mein confixx rein bekomme immer 403 fehler zu sehen !
gruß ROlf
gruß ROlf
Resources for System-Administrators
https://www.rootforum.org/forum/
Code: Select all
# SSL-confixx:
NameVirtualHost 217.160.132.xxx:443
<VirtualHost 217.160.132.xxx:443>
ServerName confixx.pxxxxxxxx.pureserver.info
#User confixx
#Group users
DocumentRoot /home/www/confixx/html
php_admin_value safe_mode_exec_dir /home/www/confixx/bin
php_admin_value upload_tmp_dir /home/www/confixx/tmp
ScriptAlias /cgi-bin/ /home/www/confixx/html/cgi-bin/
#CustomLog /var/log/httpd/pxxxxxxxx.pureserver.info_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
#ErrorLog /var/log/httpd/pxxxxxxxx.pureserver.info_error.log
ServerAdmin webmaster@cbk-rk.de
ErrorLog /var/log/httpd/ssl-error_log
TransferLog /var/log/httpd/ssl-access_log
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/ssl.key/server.key
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
CustomLog /var/log/httpd/ssl_request_log
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x "%r" %b"
</VirtualHost>
</IfDefine>
Include /etc/httpd/suse_include.conf
## CONFIXX
#<Directory "/home/www/confixx/html">
# AllowOverride All
#</Directory>
Include /etc/httpd/confixx_vhost.conf
<VirtualHost 217.160.132.xxx:80>
ServerName confixx.pxxxxxxxx.pureserver.info
# Server nur ueber HTTPS konfigurieren:
# RedirectPermanent / https://confixx.p15138176.pureserver.info/
# /reg/-URLs gehen damit nicht
CustomLog /var/log/httpd/pxxxxxxxx.pureserver.info_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/httpd/pxxxxxxxx.pureserver.info_error.log
#User confixx
#Group users
DocumentRoot /home/www/confixx/html
php_admin_value safe_mode_exec_dir /home/www/confixx/bin
php_admin_value upload_tmp_dir /home/www/confixx/tmp
ScriptAlias /cgi-bin/ /home/www/confixx/html/cgi-bin/
</VirtualHost>
## /CONFIXX
<Directory "/home/www/web4/html/">
AllowOverride All
Options SymLinksIfOwnerMatch
</Directory>
<Directory "/home/www/web5/html/">
AllowOverride All
Options SymLinksIfOwnerMatch
</Directory>
Welche Rechte/Besitzer hat das Verzeichnis "/home/www/confixx/html" und die untergeordneten Dateien?Bobby wrote:403 bedeutet Zugriff verweigert, Rechteproblem?