Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Apache Web Server Solutions: 151 - 175 of 259
 
It seems that I have everything what is needed to install php module for Apache, but it still wants to download a file when I type  /localhost/testphp   on the localhost. It works though w...
Hello, I'm trying to 301 redirect all pages from 1) to 2): 1) example.com/discussions/discussions/bla-bla 2) example.com/discussions/bla-bla In essence removing the second "discussio...
hello... this is a simple one ... what is the HTTP_USER_AGENT for a ps3 tried  RewriteCond %{HTTP_USER_AGENT} !^Playstation/[0-9.]+ but no luck... tested by RewriteCond %{HTTP_USER_A...
Hello! I´m running a server with Linux Fedora Core 2 + Directadmin (Apache 1.3.41, Mysql 4, Php 4, Exim+VMpop3). I´m trying to tunning the configuration of HTTPD due to problems with the s...
HI, I am in the process of creating a Jobs listing website . It will operate similar to any jobs site for the listings. What I want to do is have subdomain for different categories and regio...
Good Day Experts! I am currently hosting a domain www.currentdomain.co.uk at my apache server. my customer registered a new domain at a different domain hosting company as newdomain.webs.co...
Hello I have this weird error on my new dedicated server, I am not sure what might be the problem everything works just fine on my old dedicated server here take a look: in my site they are c...
Hi, i need to make some screencasts to demonstrate a web application functionality. I need to record it while working on localhost for speed reasons. However, i need to show domain.com on t...
Hi All, I have Apache2.2.? running in front of a java application (standalone, not running in tomcat) which is accepting picture uploads on port 8000. Apache performs a simple proxypas...
Hi I cannot delete a certain empty directory on my server, the structure is : www/b/w/t/garden-log/ The permissions on b, w and t directories are 777, and on the garden-log it is 775,...
When we upload a file or module via php it defaults the user and group to apache.  Consequently is is impossible to go in a change the permissions without using chown to change the user name. ...
I'm an experienced software developer but this issue has me totally stumped.  I have two Linux servers, one sitting in Virginia, one in Bangalore, India.  Both are running "Red Hat Enterprise ...
While trying to install Phusion Passenger ( http://www.modrails.com/ ) , I came across the following message: WARNING: Apache doesn't seem to be compiled with the 'prefork' or 'worker' MPM ...
Hi,    I need to know where is the place that I enter the SMTP server for those users that need to send mail . I've entered several lines in LocalSettings.php file : $wgSMTP = array(  'hos...
Dear Experts, I am looking for an easy/quick way to record stats from my web pages (both static and dynamic database driven web pages).  The stats must be nice, easy to read/understand and ...
please take a look on www.thailovesingles.com I set .htaccess file as shown in attach code snippet please go to  "//2. " in attach code snippet where i show you how i set inner links of th...
Hi that i s my question and some of php expert told me maybe memory and i must check apache log is there something to do with apache configuration my problem: we have a php mysql applicatio...
I have a .htaccess file with a few rules and have been trying to get this to work: Example: Incoming URL's will look like this: http://www.mysite.dev/vid?e=e8bbc8d2-373b-11dd-8a51-000d60...
HI, I am looking to set up a reverse proxy (Apache) that on the http response picks up the location of a file from the headers (given by the internally facing server), and instead removes thi...
Hi guys, I was wondering if you've ever setup apache cluster before? I was trying to follow this guide http://howtoforge.com/high_availability_heartbeat_centos but never got it work. I inst...
We have an e-learning application developed in PHP/MySQL running on a Linux VPS with Apache.  We are having issues where at some times of the day pages are being served very slowly, not just P...
I have a Tomcat application server which has been dieing 4-7 times a day until a change that was made 2 days ago. The change that was made was to increase the default of 256 meg memory availa...
Ok heres the scenario. I've set up an apache server on our office network to supply some basic office tools over an intranet.  This is only accessable in our office but one of our employees...
I have to redirect one old url to new url and I have added the following RedirectMatch line in the old url apache config. ServerName www.old.com . . . RedirectMatch 301 ^/(.*)$ http://w...
Dear Experts, I have the following .htaccess script which works fine, however I need to modify it a little which I don't know how to do. Right know it will let me type http://www.narm...