473,554 Members | 2,100 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Apache Web Server Forum

Apache (HTTP) Web Server - Ask questions about the apache web server, setup, administration, installation, compiling, configuration, module, caching, log files, mod_rewrite, performance tuning, secuirty, SSL, virtual hosts and more.
0
1,940
thread by: TOUNSI | last post Mar 9 '08 by: TOUNSI
hi at every body i dowload openSLL for Windows (0.98c) and i've distribution for php/apache it is xamp i create folder in apache called SLL and i copy ssl.conf f rom the folder PHP to this folder i try to use SLL opensll req -new key http://localhost.key -out htttp://localhost.com.csr but i've this message openSLL is not recognizing ...
0
2,302
thread by: janneman | last post Mar 8 '08 by: janneman
Hi everybody, I am struggling with redirecting HTTPS sessions to another domain. I am trying to accomplish this by URL rewriting. I have the following set of domains: 1) a.eu 2) a.com 3) a.nl
0
1,973
thread by: jainromil | last post Mar 5 '08 by: jainromil
Hello, I have Apache connected with Tomcat using mod_jk (all latest versions) Everything is working fine, except when my Tomcat application sends a redirection response. My app is in installed in the "/app1" context in Tomcat. In my httpd.conf file, I have the following configuration:
0
1,517
thread by: Gambler1261 | last post Mar 5 '08 by: Gambler1261
Hi Does anyone aware what it requires to get a list view of all the deployed WebApps in Tomcat 4.0 . I just want to hjave a list view of deployed WebApps . Does anybody know.Do let me know plz. Gambler
1
6,222
helimeef
thread by: helimeef | last post Mar 2 '08 by: helimeef
Hey all, I'm having trouble setting up VirtualHosts on an Apache server running on Mac OS X 10.5 Leopard. I followed this tutorial, and everything is working (except VirtualHost of course). Okay, so here's the deal. If I run apachectl it says that there is no errors in the httpd.conf file. Here is the VirtualHost section of httpd.conf: ...
1
2,014
thread by: dolittle | last post Feb 29 '08 by: docdiesel
Hi, A client is requesting the file test.html from the domain example.com Can apache return the file test.html but let the client think it is from www.otherDomain.com? Thanks
1
2,061
thread by: ogo796 | last post Feb 29 '08 by: docdiesel
hi friend i have a bid of a problem i code my project using php and i am running appache for linux on my web server so when i am trying to uploade files to the server using windows it cant rename files. if someone have idea of how can i do please give me that advise. thanks
2
1,781
thread by: rameshch45 | last post Feb 29 '08 by: docdiesel
IS there any setting I have to make so that my page does not download the GIFs each time it is accessed from the same browser. I used IE with cache enabled but looks like my page loads the unchanged GIF files each time. Apahce + Tomcat is the environment but the jsp page has URLs to GIF files that are actually served by Apache itself.
1
1,916
thread by: somuphpforum | last post Feb 27 '08 by: jlparise
How to handle the Apache Server
0
1,924
thread by: jlparise | last post Feb 27 '08 by: jlparise
Hey everyone, I am attempting to create a script to install Apache(and a number of other things) The installer is running ok and accepting most of my arguments. The only problem is that I cannot figure out how to tell Apache to install in a different folder. I want to install apache in C:\Program Files\SomeApp\Apache I also want to set...
1
1,596
thread by: webxhelp | last post Feb 27 '08 by: ronverdonk
Where can i get the apache setup httpd-2.2.6.tar.gz Also Apache module libmodgoTx.so.0.0.0.tar.gz
0
2,791
rsrinivasan
thread by: rsrinivasan | last post Feb 27 '08 by: rsrinivasan
Hi all, I already posted the same question in this forum. But i did not get any solution for this. I am using tomcat4.1. This is my tomcat context configuration in server.xml file. <Context path="/tri" docBase="tri" debug="0" reloadable="true" crossContext="true" swallowOutput="false"> <Logger...
0
1,469
thread by: krishnaGR | last post Feb 25 '08 by: krishnaGR
Hi i am quite new to Apache Tomcat server with the usage of .war files and i am looking for reply for the below post. why should we rename.war filename every time whenever a updated copy is to be used in place of the old copy. why Apache is picking up the old copy every time. expecting for your replies... krishnaGR
0
1,674
thread by: peanutgnome | last post Feb 22 '08 by: peanutgnome
Folks, looking for a little guidance on an .htaccess redirect problem - I'm a bit of a newbie when it comes to the rewriting of urls... We've changed from one CMS to another on our company Intranet (Joomla to ModX) and there are three specific URLs that I'd like to have automatically redirect. One of the old addresses was:...
1
1,992
thread by: docdoc | last post Feb 20 '08 by: faisal79
Please can anyone help me with this ----- I am very new in learning python. This program should report the total number of successful web server accesses and, if the -p "projectname" option is given then the program should report the number of accesses (in total and as a percentage) under this project. the program should also use a -f option...
0
1,588
thread by: vbace2 | last post Feb 19 '08 by: vbace2
Hope someone can help me here... I have a Windows 2003 box running Apache/2.2.4 (Win32). I have a Windows NT server that I need to access files on. When I try to view/create files on the NT server using a webpage, I get permission denied errors. I am currently using PHP, but I am sure that I would receive the same errors in other...
0
1,555
rsrinivasan
thread by: rsrinivasan | last post Feb 19 '08 by: rsrinivasan
Hi all, I am using tomcat4.1 as my web server. I changed "server.xml" file as below <Context path="/MyWebApplication" docBase="D:/jakarta-tomcat-4.1.27/webapps/MyWebApplication.war" debug="0" reloadable="true" crossContext="true"> After that when i restart my tomcat server, it will not undeploy my war file. what is the problem for it?...
0
1,898
thread by: rspark07 | last post Feb 18 '08 by: rspark07
I am using RewriteRule to Rewrite as follows: http://localhost/pages/user1 gets translated to http://localhost/Pages.php?user=user1 I am able to get the URL to change, but now the Pages.php file does not process correctly because it link to other files. For example: require_once("xajax/xajax_core/xajax.inc.php"); It still think...
2
2,446
thread by: rspark07 | last post Feb 18 '08 by: rspark07
Lets say I want to alias a URL based on the following example: User types 'http://website.com/page/hotdogs' I want this to then be aliased to 'http://website.com/process.php?id=hotdogs I looked as aliasmatch, and scriptaliasmatch, but I couldn't find any good examples on how to accomplish this. -RP
1
2,465
thread by: raknin | last post Feb 18 '08 by: raknin
For some reason when I try to run any login PHP script that comes with the roscript login package (http://www.roscripts.com/PHP_login_script-143.html ) in any browser I got a blank page with nothing inside it. . When I run in the same directory any simple script like one that contians PHPINFO every thing goes great. I can access and see the login...
5
51,063
rsrinivasan
thread by: rsrinivasan | last post Feb 17 '08 by: pavanuec
Hi all, I am using Apache-topcat as my web server. And i am using Eclipse IDE. When i run the tomcat from Eclipse IDE, i have the following message in my console. WebappClassLoader: validateJarFile(D:\jakarta-tomcat-4.1.27\webapps\pricing\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:...
1
1,818
thread by: dcroose | last post Feb 12 '08 by: debasisdas
Hi, I Have just installed an Apache server on my computer in order to fully develope my web page before publishing it. Now I have discovered that I have no idea of how to use it. I simply want to upload my site to the local server with ftp and then view the page with my browser. I am running Windows XP. If anyone could help get me...
0
4,117
thread by: vuhuynh | last post Feb 11 '08 by: vuhuynh
Hello everyone, I just installed Fedora Core 8 and setup VirtualHost on Apache 2.2.0. The issue is when I try to view a directory without the index.html, it should display the directory listing but it doesn't and it gives an erro 403 forbidden. This is the configuration that I have for the directory of one of the VirtualHost. ...
0
1,722
thread by: dinvijay | last post Feb 6 '08 by: dinvijay
Hi, We are using Tomcat 5.5 in windows 2003. while setting up cgi-extensions in windows 2003 and windows-xp, cgi extensions are not working. it is giving the following message while access.. HTTP Status 404 - /cgi-shl/admin/AdminSystem.exe/settings Any suggestions please... Thanks in advance.
0
3,756
thread by: patrickr | last post Feb 6 '08 by: patrickr
Hi, can someone help me with with this stupid but fundamental problem... I am trying to install Apache2.2.8 (I have also tried 2.2.6 & XAMPP) but when I try the local test (http:/localhost/) it just hangs up. I have followed the instructions in O'Reilly's Learning PHP & MySQL to the letter (basically following the install wizard and using...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.