Im using Windows 7, and there I installed apache server in c:\wamp\apache\, PHP is located in c:\wamp\php\, and loaded as module.
So lets say I'm building test project and I only have index.php in that project.
Folder of that project will be located in c:\wamp\apache\htdocs\test\index.php and I can access that through my browser: localhost\test
This all works nice, but I have problem when I incl
TLDR: Apache WAS serving pages to LAN computers, but suddenly only works on localhost.
Background info:
(I discovered the WAMP, XAMPP, etc packages a day after) I built a WAMP server individually, with
Windows 7 HomePremium 64-bit
Apache 2.2.21
PHP 5.2.17
MySQL 5.5
I will include httpd.conf, php.ini, httpd -S, errorlogs, host file, w/e you need, just tell me if you'd like it on a codepaste s
PHP is refusing to load any version of php_ssh2.dll that I throw at it.
Operating System
Windows 7 x64, using WAMP
Apache
v2.2.22
PHP
v5.3.13
My PHP.ini
extension=php_ssh2.dll
Others Installed
PECL / PEAR
Error when CMD'ing PHP
PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.13/ext/php_ssh2.dll' - %1 is not a valid Win32 application.
I have tried
Both p
I have this weird problem with apache. First, a little bit of background:
I'm using XAMPP - but i tested wamp and vanilla apache, various versions - to do local (php) development on a Win7 Pro x64 machine. I also have a public IP, which is accessible from the outside.
I just install apache2 on ubuntu,the default www directory is /var/www/ I use ln to link it to '/media/Software/Program Files/wamp/www/' at the windows directory,but the apache shows 'You don't have permission to access / on this server',Then I use 'sudo chmod -R 777 /media/Software/Program\ Files/wamp/www/' to set the permission,but it didn't work,and nothing changed when I saw the permission i
I currently have WAMP 2.2a and it is giving me some problems with Apache. This has happened before, and it has something to do with IIS conflicting with my WAMP. I reinstalled twice and this error is still occurring. I disabled IIS and uninstalled IIS Manager 7.0. Port 80 is being used Apache.
Usually I would manually set up Apache and PHP but this time I thought I would go for the WAMP alternative.
I've set up WAMP and it's working perfectly fine on the host machine.
If I try and access the WAMP server from another machine on the same network (same subnet too: 192.168.1.*) I get this message:
Forbidden
You don't have permission to access / on this server.
I have been onlin
I had WAMP running with PHP 5.2. PHP errors where written to it's own log file.
I then swapped to PHP 5.3 and the errors where written to the Apache log.
I've found a faulty connection to my database caused my development WAMP server to crash, even though the software is in working order, but PHP crashed and took the server down. Is there any way to make WAMP server or Apache itself automatically restart on crash?
Is there any reason I wouldn't want to do this?