W dniu 2017-02-20 o 16:39, Jivanmukta pisze:
> Zauważyłem, że przy moim pliku wamp\www\.htaccess jest ikona: małe
> czerwone kółko z żółtym wykrzyknikiem w środku.
Dodam że mój .htaccess wygląda tak:
#v+
ErrorDocument 401 "C:\\Program Files\\wamp\\www\\denial.html"
DirectoryIndex index.php
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|robots\.txt|denial\.html|resources|captcha)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
php_value upload_max_filesize 10M
php_value post_max_size 70M
#v-
A oto końcówka loga Apache'a - nic tu złego nie widzę:
[Thu Feb 16 18:22:47 2017] [notice] Server built: May 13 2012 13:32:42
[Thu Feb 16 18:22:47 2017] [notice] Parent: Created child process 6084
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
[Thu Feb 16 18:22:49 2017] [notice] Child 6084: Child process is running
[Thu Feb 16 18:22:49 2017] [notice] Child 6084: Acquired the start mutex.
[Thu Feb 16 18:22:49 2017] [notice] Child 6084: Starting 64 worker threads.
[Thu Feb 16 18:22:49 2017] [notice] Child 6084: Starting thread to
listen on port 80.
[Thu Feb 16 18:22:49 2017] [notice] Child 6084: Starting thread to
listen on port 80.
[Mon Feb 20 16:18:57 2017] [warn] pid file C:/Program
Files/wamp/bin/apache/apache2.2.22/logs/httpd.pid overwritten -- Unclean
shutdown of previous Apache run?
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
[Mon Feb 20 16:18:58 2017] [notice] Apache/2.2.22 (Win32) PHP/5.4.3
configured -- resuming normal operations
[Mon Feb 20 16:18:58 2017] [notice] Server built: May 13 2012 13:32:42
[Mon Feb 20 16:18:59 2017] [notice] Parent: Created child process 5104
PHP Warning: Module 'sockets' already loaded in Unknown on line 0
[Mon Feb 20 16:19:04 2017] [notice] Child 5104: Child process is running
[Mon Feb 20 16:19:04 2017] [notice] Child 5104: Acquired the start mutex.
[Mon Feb 20 16:19:04 2017] [notice] Child 5104: Starting 64 worker threads.
[Mon Feb 20 16:19:04 2017] [notice] Child 5104: Starting thread to
listen on port 80.
[Mon Feb 20 16:19:04 2017] [notice] Child 5104: Starting thread to
listen on port 80.
[Mon Feb 20 16:35:02 2017] [notice] Parent: Received shutdown signal --
Shutting down the server.
[Mon Feb 20 16:35:02 2017] [notice] Child 5104: Exit event signaled.
Child process is ending.
[Mon Feb 20 16:35:03 2017] [notice] Child 5104: Released the start mutex
[Mon Feb 20 16:35:05 2017] [notice] Child 5104: All worker threads have
exited.
[Mon Feb 20 16:35:05 2017] [notice] Child 5104: Child process is exiting
[Mon Feb 20 16:35:05 2017] [notice] Parent: Child process exited
successfully.
Może ktoś mnie naprowadzić na rozwiązanie problemu? Aplikacja mi działa
pod Linuxem Ubuntu i pod Linuxem Mint.