Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pomarańczowa ikona WAMPa

19 views
Skip to first unread message

Jivanmukta

unread,
Feb 20, 2017, 11:39:44 AM2/20/17
to
Próbuję przetestować moją aplikację pod WAMPServer. Jeśli w katalogu
wamp\www mam standardowe pliki WAMPa, ikona WAMPa jest zielona. Jeśli
umieściłem w wamp\www moją aplikację ikona WAMPa jest pomarańczowa.
Zauważyłem, że przy moim pliku wamp\www\.htaccess jest ikona: małe
czerwone kółko z żółtym wykrzyknikiem w środku. Co to znaczy?

---
Ta wiadomość została sprawdzona na obecność wirusów przez oprogramowanie antywirusowe Avast.
https://www.avast.com/antivirus

Jivanmukta

unread,
Feb 21, 2017, 7:13:29 AM2/21/17
to
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.

Jivanmukta

unread,
Feb 22, 2017, 8:03:42 AM2/22/17
to
W dniu 2017-02-20 o 16:39, Jivanmukta pisze:
> Próbuję przetestować moją aplikację pod WAMPServer. Jeśli w katalogu
> wamp\www mam standardowe pliki WAMPa, ikona WAMPa jest zielona. Jeśli
> umieściłem w wamp\www moją aplikację ikona WAMPa jest pomarańczowa.

Dobra, poradziłem sobie. Miałem wamp\www.lnk zamiast katalogu wamp\www.
0 new messages