This is a discussion on using apache within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi, I am very new to apache. i needed an application server to run my php so I installed apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am very new to apache. i needed an application server to run my php so I installed apache http server 2.0.59 and php 5.2.5. It is working fine when I put my php pages in installed path/Apache2/htdocs. I have some code which I had developed in netbeans and want to port it to apache web server. The code basically contains some html pages, javascript and css. If I just copy the webfolder from my netbeans and place it in installed path/Apache2/htdocs, it works. Is this the correct way to do. I have problem when I add web.xml and external jar called dwr. I get an error saying dwr not found. I am not able to figure out what problem is. Is it because i am not packaging things properly and deploying it correctly in my apache web app or is it because I cannot run such stuff from my apache. I am stuck and if anyone can tell me what the problem is, I would be really grateful. Appreciate any help. Thank you in advance. Cheers, Ashka |
|
|||
|
Hi all,
I am running on windows XP(home edition), with apache 2.059 I am trying to display an 87kb image on a webpage, but when i try, only the top two thirds of the image are shown on the page. Smaller images work fine but all larger images get cut off after an approx 60kb of the image is displayed. I've tried the page in netscape, internet explorer and firefox and all have the same result. The images will display correctly when referred to directly ie: 'file:///C:/webserver/Apache2/htdocs/website/uploads/image.jpg' is fine, so something in the server setup is limiting the amount of data that gets shown. This is the html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <img src="flowers.JPG" width="640" height="480"> </body> </html> I have checked the apache error logs and there is nothing reported, i've tried upgrading to 2.061 and it's made no difference. I would imagine that there is a configuration setting somewhere that limits the amount of data that can be shown, but i have looked in the apache config file without success. Any suggestions, much appreciated Martyn |
|
|||
|
On 31 Jan 2008, DrWhity@gmail.com wrote in
comp.infosystems.www.servers.ms-windows: > I am having the exact same problem > > In addition. some pages arent shown at all in internet explorer. but > they are ok in firefox > running suse 9.x I have a dim recollection about hearing that the cause of a similar problem turned out to be a software firewall - possibly Zone Alarm Free. |
| Thread Tools | |
| Display Modes | |
|
|