|
|
автор: Anu (30.06.2004 в 16:13) |
|
|
для: cheops
(30.06.2004 в 09:42)
| | Спасибо! Спасибо! Спасибо! php-cgi.exe сработал.
| |
|
|
|
|
|
|
|
для: anu
(30.06.2004 в 09:23)
| | Да, кстати, а в логах что-нибудь интересное есть? | |
|
|
|
|
|
|
|
для: anu
(30.06.2004 в 09:23)
| | Если это пятая версия PHP, то в качестве внешнего CGI скрипта следует использовать не php.exe, а php-cgi.exe.
install.txt говорит, что Apache/1.3.20 поддерживается, но лучше использовать более новую версию (последняя 2.0.49)
http://www.softtime.ru/forum/read.php?id_forum=1&id_theme=45&page=1 | |
|
|
|
|
автор: anu (30.06.2004 в 09:23) |
|
|
для: cheops
(29.06.2004 в 19:14)
| | Теперь такая ошибка:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, anuar@mail.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.20 Server at anuar Port 80
А версия Apache 1.3.20 совместима с PHP5?
Какая самая поздняя версия apache? | |
|
|
|
|
|
|
|
для: Anu
(29.06.2004 в 17:54)
| | Присутсвует ли перед этой записью Alias на /__php_dir__/ и разрешение исполнения CGI скриптов в папке где установлен PHP?
AddType application/x-httpd-php phtml php
<Directory "c:/php">
Options ExecCGI
</Directory>
ScriptAlias "/__php_dir__/" "c:/php/"
|
И везде ли правильно указан путь к директории с PHP? | |
|
|
|
|
автор: Anu (29.06.2004 в 17:54) |
|
| Forbidden
You don't have permission to access /__php_dir__/php.exe/index.php on this server.
--------------------------------------------------------------------------------
Apache/1.3.20 Server at anuar Port 80
Помогите | |
|
|
|
|