1,520 Topics
| |
Just set up a local host with php an apache 2.2............. it says all working fine but when I test, it looks like apache dosn't know what to do with php and asks if it shouldm open with a program or download???? any ideas......... Brian | |
Hi! I need help with apache&linux combo. How forward http-traffic from the dmz-apache web server to the actual apache web-server on inner network. The first web-server will have apache with mod_security installed to filter out unwanted http-requests. -Blassie | |
Hi all, In my program I am using RMI call to a service in a remote host. My program runs without any exceptions from within eclipse, since I have all the packages and jar files in my build path. However, the program needs to eventually run from the command line. … | |
Hello, I can run php scripts on my computer from the command prompt but I can't open it through my web browser. My assumption is that this happens because apache is not configured to use php. Does anyone know what lines(s) I should add to apache's httpd.conf file? I found … | |
how to running apache and pws togther??? Thanks, Ardy SAtria | |
I feel a little like an idiot for asking this but.... I have Apache 2.2 installed on my computer just to test my pages and scripts for my web engineering class. Whatever version of PHP that came with it is what I have installed. I can't even get a basic … | |
A while ago i had no problems with my server... but suddenly this message appeared when i tried t start apache services: [quote=Apache message](OS 10048)only one usage of each socket address (protocol/network address/port) is normally permitted. :make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable … | |
i have some trouble in executing jsp pages in tomcat5.5 it is running html pages nicely it is also not running servlets plz help as i need it immediately for my project my mail id is <email snipped> | |
Hi, Can anyone explain me how to defend from this attack type? CSF firewall installed, Dos-deflate installed, and again lot of apache processes 88.233.53.100 - - [25/Feb/2008:10:15:53 -0600] "GET / HTTP/1.1" 200 10792 "-" "-" 88.235.13.14 - - [25/Feb/2008:10:15:53 -0600] "GET / HTTP/1.1" 200 10792 "-" "-" 88.229.215.146 - - … | |
Hi, Can anyone explain me how to defend from this attack type? CSF firewall installed, Dos-deflate installed, and again lot of apache processes ------------------ 88.233.53.100 - - [25/Feb/2008:10:15:53 -0600] "GET / HTTP/1.1" 200 10792 "-" "-" 88.235.13.14 - - [25/Feb/2008:10:15:53 -0600] "GET / HTTP/1.1" 200 10792 "-" "-" 88.229.215.146 - … | |
Hi, I am trying to make a shell script that will parse lines off error_log of Apache and parse IPs off of it. The lines I need to parse are security warnings made by ModSecurity. Example: [CODE][Fri Feb 22 22:18:46 2008] [error] [client 111.222.11.22] ModSecurity: Access denied with code 406 … | |
I would like a .htaccess file which rewrites .php files as .htm files, however, if the .php file doesn't exist - try simply opening the .htm file with the same name. It also needs to do a 301 redirect for anyone visiting any page on a certain domain (using same … | |
I am currently trying to research any companies offering network monitoring services. I am wanting to have online service for monitoring servers, all common network nodes, and such with email/sms sending when there is a problem or failure with anything on the network (with capabilites of both external and internal … | |
I find out that our country (slovakia) has lack of experience in mailing systems. There is no one who to ask and no discussion forums too. I can do it on Forums like daniweb and other foreign sites. The problem is that the network in our country is not the … | |
Hi, I have recently uploaded a very basic site and have had it working for about 2 months. Then last night I went to update the index page and when I reloaded everything in Dreamweaver, I received this message after trying the find the site online: You don't have permission … | |
Hello forum: I am trying to make apache an ftp server. I think this is possible because apache has mod_ftp. Below is a snippet of my httpd.conf file that has the configuration for a virtual host to serve as an ftp server: . . . LoadModule ftpd_module modules/mod_ftpd.so LoadModule ftpd_default_module … | |
Hi guys, I am having a problem with my mail server configuration. I am hosting 2 mail domains (one for a game I play, the other for my business). I had set up the game domain first. It works beautifully, receiving mail from both domains just fine. I can access … | |
I installed Apache2.2 on "C:\Apache2.2" directory, using windows installer. It works OK. (I can do these functions with out an error -> stop,start,restart) Now, i'm going to installe PHP 5.1.4 manually, which will work with Apache. I extract the content of "php-5.1.4-Win32.zip" to C: drive and rename that folder as … | |
I am new to this community and also new to PHP. My problem is that i have installed apache 2.2.6 and also have php 5.2 version. also made all the changes in conf file of apache. I also did all the neccesary things on PHP side (placing & changing files … | |
Hi , I have 2 servers with Tomcat and Apache on each. What is the best way for load balancing between this 2 servers? | |
Hey guys, sorry to bother you with some rather elementary woes. I am using the book Beginnings PHP5 and MySQL E-Commerce and am stuck at Chapter 2. My default folder for Apache is C:/htdocs. I created a folder C:/tshirtshop, created a simple php info page in this folder, and have … | |
Im a new web server owner (running it on my home machine) I have installed apache via XAMPP on my Vista Ultimate x64 machine. The URL to the site is [url]www.347media.com[/url] Im not to good with all the .htaccess stuf or any code for that matter, so I was wondering … | |
I found a file in apache that would allow me to change the domain name. I changed it. (IE. [url]www.example.com[/url]) but it did not work. How can I create my own host name in apache? I know this is similar to my previous post. Sorry. thanks | |
Hello all, I have a problem and after searching for hours was hoping someone would have some information that would greatly help me out. I am developing a website locally on my development machine, (Mac OS X Tiger 10.4.11, Apache 1.3.33, and PHP 5.2.2). The site is based on a … | |
HI all i want to use the apache torque tool to connect to the ms sql server 2000.As i am a beginner can any one advise me from where to start to understand the working.Any pointers in internet or any books will be appreciated. Thanks Umadas | |
I just installed apache, I start httpd , now type [url]http://localhost:8080/[/url] I get permission denied, how do to give permission and which directory do I need to give permission? Now what all I need to install in my machine to succesfully create a PHP forum ? | |
| does anyone know how to limit upload speed on apache for windows? i found some solutions but they all for linux this one didnt work for me <IfModule mod_throttle.c> ThrottlePolicy Original 7 5 <Location /throttle-status> SetHandler throttle-status </Location> <Location /throttle-me> SetHandler throttle-me </Location> <Location /~*/throttle-me> SetHandler throttle-me </Location> </IfModule> |
I am new user I have a system which has Apache2.2.4, PHP 5.2.3 in windows xP proffessional service pack 2. My MSSQL server is in remote place . I have access to the server by using the windows authentication only. when I use script $host='mass.com '; $user='gs\amk123'; $pass='Almn!2345';( windows password … | |
Hi All, I am very bew to Linux and I have been given a task to integrate Apache and Tomcat. I got a document and integrated but the output I am getting is [B]It works[/B]. I want to get my home page with my IP. but If I give Ip … | |
Dear all, I am new to apache , I have been given a task to check the minimum modules required to load apache. In fact we have our own http.conf which we use for testing purpose, do have any idea what required to check and how to do that or … |
The End.