Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Sat Jun 07 20:51:30 2014] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u10 configured -- resuming normal operations
- [Sat Jun 07 20:51:32 2014] [error] [client 104.11.9.12] File does not exist: /var/www/img.xxx.in/openphoto-master/src/html/setup
- [Sat Jun 07 21:04:17 2014] [notice] caught SIGTERM, shutting down
- [Sat Jun 07 21:04:18 2014] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u10 configured -- resuming normal operations
- [Sat Jun 07 21:04:20 2014] [error] [client 104.11.9.12] File does not exist: /var/www/img.xxx.in/openphoto-4.0.2-rc4/src/html/setup
- root@gash:/var/www/img.xxx.in/openphoto-4.0.2-rc4# cat /etc/apache2/sites-available/
- openphoto
- <VirtualHost img.xxx.in:80>
- DocumentRoot /var/www/img.xxx.in/openphoto-4.0.2-rc4/src/html
- ServerName img.xxx.in
- RewriteEngine on
- RewriteCond %{HTTP_HOST} !^img.xxx.in
- RewriteRule ^.*$ http://img.xxx.in [R,L]
- <Directory "/var/www/img.xxx.in/openshoto-4.0.2-rc4/src/html">
- Order deny,allow
- Allow from all
- RewriteEngine on
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)\?*$ index.php?__route__=/$1 [L,QSA]
- # 403 Forbidden for ini files
- #RewriteRule \.ini$ - [F,NC]
- AddOutputFilterByType DEFLATE text/plain
- AddOutputFilterByType DEFLATE text/html
- AddOutputFilterByType DEFLATE text/css
- AddOutputFilterByType DEFLATE application/x-javascript
- BrowserMatch ^Mozilla/4 gzip-only-text/html
- BrowserMatch ^Mozilla/4\.0[678] no-gzip
- BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
- </Directory>
- # 404 Not Found for ini files
- AliasMatch \.ini$ /404
- ExpiresActive On
- ExpiresByType text/javascript "A31536000"
- ExpiresByType application/x-javascript "A31536000"
- ExpiresByType text/css "A31536000"
- ExpiresByType image/x-icon "A31536000"
- ExpiresByType image/gif "A604800"
- ExpiresByType image/jpg "A604800"
- ExpiresByType image/jpeg "A604800"
- ExpiresByType image/png "A604800"
- Header set Cache-Control "must-revalidate"
- FileETag MTime Size
- </VirtualHost>
- root@gash:/var/www# updatedb
- root@gash:/var/www# locate setup | grep openphoto
- /var/www/img.xxx.in/openphoto/src/html/assets/themes/default/stylesheets/setup.css
- /var/www/img.xxx.in/openphoto/src/libraries/routes-setup.php
- /var/www/img.xxx.in/openphoto/src/templates/setup-dropbox.php
- /var/www/img.xxx.in/openphoto/src/templates/setup.php
Advertisement
Add Comment
Please, Sign In to add comment