From d4f6e297e10cac0c628d8e6fa41d1888ac54dffb Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 18 Sep 2012 09:07:23 +0200 Subject: [PATCH] Current state --- apache2/modules.d/20_mod_fcgid.conf | 10 ++++++++++ apache2/vhosts.d/02_morph.conf | 20 -------------------- apache2/vhosts.d/11-books-nossl.conf | 6 +++--- php/apache2-php5.3/php.ini | 6 +++--- portage | 2 +- 5 files changed, 17 insertions(+), 27 deletions(-) create mode 100644 apache2/modules.d/20_mod_fcgid.conf diff --git a/apache2/modules.d/20_mod_fcgid.conf b/apache2/modules.d/20_mod_fcgid.conf new file mode 100644 index 0000000..e68970e --- /dev/null +++ b/apache2/modules.d/20_mod_fcgid.conf @@ -0,0 +1,10 @@ + +LoadModule fcgid_module modules/mod_fcgid.so +SocketPath /var/run/fcgidsock +SharememPath /var/run/fcgid_shm +AddHandler fastcgi-script fcg fcgi fpl +FastCgiExternalServer /tmp/frbr_books_app.fcgi -socket /tmp/frbr_books_app.sock +#FastCgiServer /var/www/books/script/frbr_books_fastcgi.pl -processes 2 + + +# vim: ts=4 filetype=apache diff --git a/apache2/vhosts.d/02_morph.conf b/apache2/vhosts.d/02_morph.conf index da18fed..71dade4 100644 --- a/apache2/vhosts.d/02_morph.conf +++ b/apache2/vhosts.d/02_morph.conf @@ -1,23 +1,3 @@ - - - ServerName ddr.bmrmorph.de - ServerAlias www.ddr.bmrmorph.de - - DocumentRoot /home/morph/htdocs/ddr.bmrmorph.de - - ErrorLog /var/log/apache2/morph-error.log - LogLevel warn - CustomLog /var/log/apache2/morph-access.log full - - - Options -Indexes FollowSymLinks - AllowOverride None - Order allow,deny - Allow from all - - - - ServerName allianz-der-schattenritter.de diff --git a/apache2/vhosts.d/11-books-nossl.conf b/apache2/vhosts.d/11-books-nossl.conf index 06157c9..94bef70 100644 --- a/apache2/vhosts.d/11-books-nossl.conf +++ b/apache2/vhosts.d/11-books-nossl.conf @@ -1,7 +1,7 @@ - - Include /etc/apache2/vhosts.d/books_vhost.include - + + Include /etc/apache2/vhosts.d/books_vhost.include + # vim: ts=4 filetype=apache expandtab fileencoding=utf-8 diff --git a/php/apache2-php5.3/php.ini b/php/apache2-php5.3/php.ini index 009636b..2df0a7f 100644 --- a/php/apache2-php5.3/php.ini +++ b/php/apache2-php5.3/php.ini @@ -536,7 +536,6 @@ error_reporting = E_ALL | E_STRICT ; Development Value: On ; Production Value: Off ; http://php.net/display-errors -;display_errors = On display_errors = stderr ; The display of errors which occur during PHP's startup sequence are handled @@ -1009,7 +1008,7 @@ default_socket_timeout = 60 [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone -;date.timezone = +;date.timezone = Europe/Berlin ; http://php.net/date.default-latitude ;date.default_latitude = 31.7667 @@ -1491,7 +1490,8 @@ session.save_handler = files ; where MODE is the octal representation of the mode. Note that this ; does not overwrite the process's umask. ; http://php.net/session.save-path -session.save_path = "/var/lib/php/session" +;session.save_path = "/var/lib/php/session" +session.save_path = "/tmp" ; Whether to use cookies. ; http://php.net/session.use-cookies diff --git a/portage b/portage index 76d5d23..c762175 160000 --- a/portage +++ b/portage @@ -1 +1 @@ -Subproject commit 76d5d23937aca806bb41f8427f45931237e7b49e +Subproject commit c762175fb4d7460cd4e688277bbe710860397d2f -- 2.39.5