1,520 Topics
| |
Hello i recently tried to install apache on my old computer ... the error message he gives is ResolveServerName Can anyone help ùme with this one PLZ :cry: [URL=http://users.skynet.be/mustid/fout1.jpg]ErrorPic[/URL] [B]Edit:[/B] Pc info: WindowsMe, no internet connection, Celeron 700Mhz 256Mb Ram ... That were the error messages I searched in google … | |
Hi I am using Ubuntu linux 8.10 I have installed Apache, PHP and MySQL on my pc and testing all scripts on my localhost by [url]http://localhost/[/url] . Currently I am creating directories for each web projects to test on my localhost. So my project can be access by [url]http://localhost/project01/[/url] and … | |
how i use apache server, php, and MySql .Tell me the procedure for installation of Apache server, PHP, and MySql | |
I am trying to set up my Hardy Heron server to host my own website. I have a domain registered at GoDaddy, and have an account at DynDNS, where I have a freee hostname (Sasswebs.Homelinux.com, and the domain is sasswebs from JGoDaddy). I have forwarded my domain, and my router … | |
I currently have Coldfusion running on IIS on our webserver. I need to install Apache for a website I am working on. I've been doing research on how to handle Coldfusion for both servers but I'm not sure what the best way is. 1. I could install Apache on Port … | |
Hello all, I work on MySQL and i have knowledge about it. I have no idea of what Apache is? I googled and came to know just like MySQL it is also a Web Server and nothing more about it. When people ask me if i have experience with Apache?! … | |
Hi, I am trying to HTTP Auth protect a directory in my cgi-bin directory. I have a .htaccess file: [CODE]AuthUserFile /var/www/cgi-bin/secure/.htpasswd AuthGroupFile /dev/null AuthName "uTutorial Console" AuthType Basic <Limit GET POST> require user valid-user </Limit> [/CODE] When I put this .htaccess file in an ordinary directory e.g. /var/www/html/site/secure/.htaccess it works … | |
[B]Hi, I am developed a simple web application using servlet where it gives a response for a fixed request, but a third party application sends this request very frequently as per our project architecture, but due to this very frequent request, the tomcat server slow down after a few seconds, … | |
I've hit a bit of a block and need some help. I have already set up my httpd.conf file to enable Virtual Hosts. I also set up httpd-vhosts.conf with a bunch of vitual hosts. I've been using them and they work fine (this is on my dev machine, not a … | |
Hi, I'm a novice to apache server and its configuration for mod_python. As available on as availabe on [URL="http://www.thesitewizard.com/archive/addcgitoapache.shtml"]http://www.thesitewizard.com/archive/addcgitoapache.shtml[/URL]. (Please go through it. It is very simple but important to solve my query.) Platform: Windows XP Python 25 is installed as c:\python25\python.exe Apache server 2.2 is installed in program files. … | |
Hi there, i am having a little trouble with hosting a web page and was wondering if anyone might have some feedback here. I am hosting a Web Server off of Apache, running Server 2008 as my OS. I can access the website on my own network, but if i … | |
The dll is in the directory specified in the apache2.2 configuration file. Yet restarting the apache server generates this error message: "httpd.exe : syntax error on line 128 of C:/Program Files/Apache Software Foundation/Apache2.2…/conf/httpd.conf : Cannot load c:/php5/php5apache2.dll into server. The specified module cannot be found." Any thoughts on why it … | |
I've been testing a few PHP scripts on an Apache server with Apache 2.2, the latest version, and a PHPMyadmin. Currently I'm running MediaWiki and a PHPbb board, with testing content. I want to prevent access from the outside world, how would I do this?? Currently typing my IP address … | |
Having hardly used macs in my life, I am now borrowing an old iMac 3G (OS 10.2.8 I think) to temporarily host some php files. I have downloaded the latest version of MAMP to get the job done and done the whole unzipping/moving to apps folder thing. My problem comes … | |
Hi all On my test Apache (2.2.11) & PHP (5.2.8) server, as most will be no doubt aware, placing custom php.ini files in individual document root directories override the directives in the master php.ini file which is in "/etc/httpd". Whilst this can be a useful feature, there are certain directives … | |
Hi, I currently run my website off one server (192.168.0.4) and all requests for port 80 (HTTP) are sent to this server. However I want 4 out of 10 requests to be proxied to my second server (192.168.0.3) but I don't want port 80 to map to server 2. I … | |
Guys, need urgent help here from IT Gurus - I'm converting my development environment into a production level server. <Apache 6...- > for actually practical application I know to accomplish this I need to create Virtual Hosts on my web server. The idea of this is to allow the web … | |
Alright, so, I have set up a webserver with Apache, and wish to allow some pages to require SSL. I can get this working fine, but I also want to be able to access other pages without SSL. Right now, whenever I enable SSL, it forces all pages to have … | |
Thank you for the quick reply . I am having problem with deploying web application in Netbeans 6.5 with Tomcat 6.0. I have all the services running of Apache server and also have configured it with my project but it is giving "the requested resource not found error" in my … | |
Hi I have noticed that some hosting provides have been able to set folders to 755 and files 644 but still permit both the Web interface user and the CMS/Forum etc scripts to have write access to the web root of the account. I will provide and example to clarify … | |
I have an image gallery that generates album and image URLs each time an album and/or image is added. The generated album URLs are like this: [B]index.php?page=list-image&album=1 index.php?page=list-image&album=40[/B] In one of my SQL tables I have an Album Name row as `al_name` I want URLs like [B]index.php?page=list-image&album=1[/B] to be rewritten … | |
Hi, I have set up Apache on Fedora 9, the server works fine when I open the browser on the Fedora machine and type in localhost/127.0.0.1 but when I type in 192.168.0.3 (The IP of the machine on my network) i get the error: Failed to Connect The connection was … | |
Hey all I have a htaccess file, than I want to redirect from (*)\.php to index.php#$1, but the # is making the rest a comment, how do I avoid this? I've tried with \#, but no change. How do I insert this icon? | |
My java app is doing a POST with Multipart format as thetype for a certain file size when uploading a file. The application server is checking the size and returning results, but the Web server is giving a page not found with the results. It appears to be trying do … | |
I am moving a website from the Joomla CMS to Wordpress and I don't want to lose my SE placement due to bad links, but I cannot seem to get any redirects to work due to the dynamic nature of the Joomla produced URLs. [B] Example Joomla URL:[/B] [url]http://www.althack.com/index.php?option=com_content&task=view&id=66&Itemid=27[/url] [B]The … | |
Hey All Has anyone successfully configured FastCGI (mod_fastcgi-2.4.6-AP22.dll), Apache (2.2.11) and PHP (5.2.8) on Windows XP (Pro XP3)? I have setup the fastcgi module and entered the directive to load it in the httpd.conf file, and edited that file further to use the fastcgi module to parse .php files. However, … | |
Hello Readers, I need urgent help.Pls can anyone give me a demo of how to install PHP 5.0 for Windows XP on Apache Server or provide me a link wherein i can download both PHP compatible to Apache server. | |
Hi guys, I have recently installed and configured Apache to process aspx pages (I had to remove IIS when it started using 100% of the CPU when I requested localhost). Apache works perfectly but I'm having trouble with VS 2003. When I try to create or open a project I … | |
i want to create a document using apache xml parser, can you guys provide me with sample code? After creating the document in the memory, i want to save it as an xml file. | |
Hi, I have managed to set up HTTPS on my server. I wish to host two different websites over https so I used this code for two virtual hosts: [CODE]<VirtualHost *:443> DocumentRoot "E:/Program Files/Apache Software Foundation/Apache2.2/htdocs/wm/" ServerName www.wm.freeform.ath.cx:443 ServerName wm.freeform.ath.cx:443 ServerAdmin samarudge@freeform.ath.cx SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile "E:/Program Files/Apache Software … |
The End.