mrmr
Freak
- Registriert
- 6. April 2011
- Beiträge
- 291
- Reaktionspunkte
- 36
- Punkte
- 88
kommt nur prompt.
Ist das richtig so?
gruß
mrmr
Ist das richtig so?
nano /etc/apache2/sites-available/default
root@pimpmypogo ~ > sed -i s:"short_open_tag = Off":"short_open_tag = On":g /etc/php5/apache2/php.ini && service apache2 restart
[ ok ] Restarting web server: apache2.
root@pimpmypogo ~ >
NameVirtualHost *:8888
<VirtualHost *:8888>
-----
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen 8888
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
root@pimpmypogo ~ > sed -i s:"short_open_tag = Off":"short_open_tag = On":g /etc/php5/apache2/php.ini && service apache2 restart
[ ok ] Restarting web server: apache2.
root@pimpmypogo ~ >
NameVirtualHost *:8888
<VirtualHost *:8888>
-----
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen 8888
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
gruß
mrmr
Zuletzt bearbeitet: