--- /dev/null
+<IfDefine FCGID>
+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
+</IfDefine>
+
+# vim: ts=4 filetype=apache
-<VirtualHost *:80>
-
- 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
-
- <Directory "/home/morph/htdocs/ddr.bmrmorph.de">
- Options -Indexes FollowSymLinks
- AllowOverride None
- Order allow,deny
- Allow from all
- </Directory>
-
-</VirtualHost>
-
<VirtualHost *:80>
ServerName allianz-der-schattenritter.de
<IfDefine FASTCGI>
- <VirtualHost *:80>
- Include /etc/apache2/vhosts.d/books_vhost.include
- </VirtualHost>
+<VirtualHost *:80>
+ Include /etc/apache2/vhosts.d/books_vhost.include
+</VirtualHost>
</IfDefine>
# vim: ts=4 filetype=apache expandtab fileencoding=utf-8
; 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
[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
; 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
-Subproject commit 76d5d23937aca806bb41f8427f45931237e7b49e
+Subproject commit c762175fb4d7460cd4e688277bbe710860397d2f