Hallo,
ich versuche seit tagen einen Virtual Host bei SUSE 9 und PLESK einzurichten.
Allerdings irgendwie ohne erfolg.
:-(
Über die HTTPD.include binde ich folgenden Code ein:
phpMyAdmin
<VirtualHost XXX.XXX.XXX.XXX:80>
DocumentRoot /home/httpd/vhosts/horde/horde
Alias /horde/ /home/httpd/vhosts/horde/horde/
ServerName webmailer
ServerAlias webmailer.*
UseCanonicalName Off
<Directory /home/httpd/vhosts/horde/horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/home/httpd/vhosts/horde/horde:/usr/share/php:/tmp:/usr/local/psa/admin/plib:/usr/local/psa/admin/javascripts:/usr/local/psa/admin/plib/locales:/usr/local/psa/admin/auto_prepend:."
php_admin_value include_path "/home/httpd/vhosts/horde/horde:/usr/share/php:/tmp:/usr/local/psa/admin/plib:/usr/local/psa/admin/javascripts:/usr/local/psa/admin/plib/locales:/usr/local/psa/admin/auto_prepend:."
</IfModule>
Options +Includes +ExecCGI FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<IfModule mod_ssl.c>
</IfModule>
Allerdings kommt jetzt immer, dass datei Speichern fenster, wenn ich die subdomain im ie eingebe.
Woran kann das liegen.
Habe dies 1:1 übernommen von einer default Host Konfiguration die von PLESK erstellt wurde.
Vielen Dank