0
votes
2answers
142 views

Apache timeouts and error log

I have an error whenever I run my code for a certain time. I use a lot of loops and sql connections. I basically, put and take out links from my database. The problem is that there is some error ...
1
vote
0answers
164 views

Server hardware access from PHP scripts in Apache over UNC network path

I have a Windows XP Pro server running Apache 2.2, which is configured with an Alias /p that points to a UNC network path (//server/projects). Apache runs under the user Apache, which (as part of some ...
0
votes
1answer
133 views

viewing my virtualbox redhat's localhost to my virtualbox winxp browser

I have a redhat(virtualbox) localhost working and everything, and a winxp(virtualbox), i want to view the localhost what i made in redhat in windows xp i got the ip via /sbin/ifconfig inet ...
1
vote
2answers
324 views

SSL on Apache seems to significantly affect WebDAV performace

I'm using Apache 2.2 running on Windows Server 2008 R2 as a WebDAV server for clients to upload large media files (roughly 100-2000MB). I am finding that when I have SSL enabled (openSSL 0.9.8o) and ...
1
vote
1answer
118 views

Are there any good online training sites/videos for learning subversion? [closed]

I am trying to learn subversion as best as possible but honestly anything I have read makes very little sense. I feel like I need a crash course in: What subversion is? How to install it. How to use ...
0
votes
1answer
309 views

Tomcat Web Application Manager - “FAIL - File upload failed, no file” error when uploading WAR file to deploy

I'm using Tomcat 7.0.5 (installed with XAMPP 1.7.4) on a Windows XP (virtual machine, if it matters) with JVM version 1.6.0_27-b07. When I try to upload a WAR file to deploy in Tomcat Web Application ...
0
votes
1answer
364 views

mysql not starting from command line in xampp on windows

i am using windows xp sp3 and xampp 1.7.3. i am able to start both apache and mysql from xampp control panel but when i start mysql from command line,it fails. when i go to the directory ...
0
votes
2answers
120 views

.bat file question

I'm working on Windows XP. I need the batch file to do the following: Create a directory $DOMAINNAME on D:/Webserver/domains/%DOMAINNAME/www/ Open the file - ...
0
votes
1answer
71 views

Apache2 on Windows, VirtualHost seems to not work properly

I have a domain which points to my IP address, now I want to do the following: if I access the server locally (localhost / 127.0.0.1) I want it to server the pages from default DocumentRoot. If I ...
0
votes
1answer
3k views

Apache port forwarding with ZTE ZXV10 W300 router (provider specific firmware)

I'm trying to configure port forwarding for Apache 2.2 installed on Windows XP SP3 with ZTE ZXV10 W300 router. The computer has a static IP 192.168.1.2. Port forwarding is configured as following: ...
1
vote
1answer
234 views

Installing SVN separately after Apache (Windows)

My friends and I have recently began a final college project and we require the use of software version control system. I have used Subversion Tortoise and Silk when I was working as a web developer ...
0
votes
1answer
568 views

VPC running WinXP SP3 with WAMP: 403 error on network drive

Ok, I have Win7 Ultimate 64bit running VPC. VPC is running WinXP Pro SP3 with WAMP. I'm using: "Integrated features" to mount my Win7 drives via network. WAMP for my server (yes, as Admin) IE6 and ...
1
vote
2answers
2k views

Where can I get php_mysql.dll for Windows?

I just installed Apache 2.2.17, PHP 5.2.14, and MySQL 5.1.51 on Windows XP. Apache is working and is loading PHP properly, but when I try to connect to MySQL, I get "Fatal error: Call to undefined ...
0
votes
1answer
2k views

Apache problem reading network drive using alias in httpd.conf

I have Windows XP professional (SP3) running + XAMPP with Apache 2.2.12. Everything is properly installed and works fine with local drives. The problem is that I want to access network drive "U:/" ...
0
votes
1answer
297 views

php 5.3.2 with apache 2.2

just installed php 5.3.2 with apache 2.2. I am not able to restart apache because apache is not able to load the php5 module. The dll file php5apache2_2.dll exists, the path is correct in the conf ...
-1
votes
3answers
3k views

how to change port number of Apache server in windows OS

I have installed xampp control panel and Apache 2.2 on windows XP when I type http://localhost/ gives me page which says It Works! Now, I want to change the port number 80 to some other number How ...
1
vote
2answers
533 views

Local Apache on Windows XP not finishing page requests

I have Apache 2.2.11 installed locally on my Windows XP (SP3) dev machine, which I setup about 3 months ago. I have just started having a strange problem in the last few week. Apache is serving some ...
0
votes
1answer
414 views

How to fix failure of PHP code in windows:exec(”rm -rf F:/tmpJob/*”)

I've installed UnixUtils that's why I can run this kind of commands on windows. It's executed when browsing a PHP file(http://localhost/filename.php) on windows. The web server is Apache. I think ...
1
vote
3answers
662 views

hosts file and multiple sub-domains

For local testing (and learning), I wish to use x.com host name instead of localhost. I changed my Windows XP host file to this - 127.0.0.1 x.com Now http://x.com/ works beautifully but ...
3
votes
4answers
1k views

How to handle multiple virtualhost (w/ alias) on Windows?

Well, I know how to do virtual hosts, but on windows it looks harder to get what i want to. <VirtualHost *:80> ServerAdmin admin@domaindev.com DocumentRoot ...
3
votes
4answers
3k views

How to implement clustering for Windows XP SP3 PCs

In a nutshell, how should this be implemented? Basically, I want to cluster a file and web server running apache2.