0
votes
0answers
12 views

After I've downgraded my wamp PHP version to 5.2.11, how can I get Apache to start?

I'm trying to run a PHP application full of depracted ereg calls. I got the wampserver extension to switch from PHP 5.3.10 to 5.2.11, where that function is still valid, but when I try to start my ...
-1
votes
1answer
56 views

Wamp Is not working after reboot

I'm running win 7 x64, I just install a custopack theme among a few other things, rebooted and now when I run wamp, the icon stays orange Port 80 is not used by anything. At least, skype has been set ...
1
vote
1answer
262 views

I am unable to install apc on windows wampserver

I am unable to install apc on wampserver windows 7. downloaded from http://downloads.php.net/pierre/ Copy php_apc.dll to \wamp\bin\php\php5.3.5\ext this is my php.ini configuration [APC] ...
0
votes
0answers
122 views

Wamp server file permissions

I understand that I need to give the WAMP user access (WRX) to certain files. I am able to do this, but I cannot find what user WAMP is running under. Is there a default user account for wamp apache ...
0
votes
1answer
199 views

I am not able to export my DB with wamp server 2.0 and win 7

When I am trying to export my DB as a .sql file, downloaded popup showing export.php file. Wamp version and OS : wamp 2.0 and win 7. But Same version wamp server perfectly working with XP. Is it OS ...
1
vote
2answers
1k views

Access virtual host from another machine

I am using windows 7 with Wamp 2.2 server. I have setup 2 virtual hosts www.project1.com and www.project2.com. I have added these entries in the hosts file and the required entries in the httpd.conf ...
3
votes
2answers
2k views

How configure mod_wsgi with wamp server in windows7

I am new to Django framework and Python. I installed Python Wamp server and downloaded mod_wsgi. I follow these steps. I am in confused whether I configured it correctly since when I stop the wamp ...
0
votes
2answers
3k views

apache not running on windows 7

I have an issue on my windows 7, I want to work on php so i tried everything but can not get it done. It always gives Unable to connect Firefox can't establish a connection to the server at ...
0
votes
2answers
767 views

Creating a text file from php script every 5 minutes

Am using Windows7 Task Scheduler to run a php script to create a file every 5 minutes, but am having a problem with the batch file,it doesn't give me any errors but it's not creating the file ...