Httpd/php/mysql Hardware and Software Linux and Unix by adelsin …. They are running mysql, php, and apache 1(httpd). What concerns me, after this transfer of servers is…19m 4204 S 0 1.9 0:00.59 httpd 1541 apache 19 4 40284 18m 4040 S …0 1.9 0:00.49 httpd 1543 apache 19 4 40324 18m 4024 S …0 1.9 0:00.57 httpd 1540 apache 20 4 40324 18m 4020 S … HTTPD Java PHP Bridge question... Hardware and Software Linux and Unix by siliconsmiley … more about Linux than I do. Specifically Apache httpd. I'm not sure that this is the … Fedora install of Linux up and running. Apache httpd, Tomcat and the PHP Java Bridge are all …. I'm getting the error below in the httpd error_log. I'm fairly certain that I have …thinking that it is not being referenced properly by httpd, but I'm not sure. I'm … httpd.conf configuration Hardware and Software Linux and Unix by hayunna … here's what i have done so far: - i edited httpd.conf file and added the following lines at the bottom… /var/www/virtual/mywebfolder ServerName test </VirtualHost> - saved httpd.conf file then restarted apache i also tried [B…]httpd -S[/B] and it's telling me syntax OK and … httpd-vhosts.conf isn't accepting new vertual hosts! Hardware and Software Linux and Unix by bigtalk … 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 … could I be doing wrong? The following is my old httpd-vhosts.conf. (Sorry for the long code snippets, but maybe… httpd.conf and file indexes Hardware and Software Linux and Unix by hookedonphp …Group/Apache2" #ScoreBoardFile logs/apache_runtime_status PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15…quot;C:/PHP525/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/PHP525" #… Re: httpd setup problem Hardware and Software Linux and Unix by Cain …> add virtualservername.crap.com to /etc/hosts and restart httpd. if its good, add a reverse and a .crap.com… youre moving it in its entirety? is your syntax in httpd.conf correct? did your change/add [I]all[/I] … networks and attempt to restart your webserver. are you restarting httpd as the root user? if not does your user have… httpd setup problem Hardware and Software Linux and Unix by gavinchoi Dear all, I can't setup the httpd server document root other from the default. The default setting is DocumentRoot "/var/www/html". However, when I set the default web link to DocumentRoot "/home/webadmin/public_html", the httpd service can't start and display "failed". Can anyone help me? Thanks! Gavin Re: httpd.conf and file indexes Hardware and Software Linux and Unix by stephen84s … you will need to add the following directive in your httpd.conf file [code] DirAccess On [/code] Re: httpd.conf Help? Hardware and Software Linux and Unix by rch1231 You have to make two separate entries in the httpd.conf file like this: [CODE]NameVirtualHost *:80 <VirtualHost *:80&… Editing the httpd config file Hardware and Software Linux and Unix by hemalatha.nambisan … identification number when it starts. # PidFile logs/httpd.pid # # Timeout: The number of seconds before… are used. # Statically compiled modules (those listed by `httpd -l') do not need # to be loaded here. … improve performance; for details, please see # http://httpd.apache.org/docs/2.0/mod/core.html#enablemmap… Re: Editing the httpd config file Hardware and Software Linux and Unix by cereal … can use **mod_perl**: http://perl.apache.org/ Or **CGI**: http://httpd.apache.org/docs/2.2/howto/cgi.html For the… vsftpd & httpd Hardware and Software Linux and Unix by cdawley4 …/(user) directory. Is it possible for me to modify my httpd.conf file to allow the webpages be displayed while the… in /var/www? I am sure I can modify the httpd.conf file but I am not sure how to do… Re: vsftpd & httpd Hardware and Software Linux and Unix by cdawley4 Here is my httpd.conf file. I am going to list just the stuff … index.html.var AccessFileName .htaccess [/quote] When I restart my httpd service, I get DocumentRoot must be a directory. Does the… [WHM or SSH] How to increase slot httpd limit? Hardware and Software Linux and Unix by basketmen … dedicated server, my host says to increase slot httpd limit, because daemon httpd function stopped so max slot limit already received before… Re: vsftpd & httpd Hardware and Software Linux and Unix by alc6379 maybe this is what you're looking for: [url]http://httpd.apache.org/docs-2.0/urlmapping.html[/url] editing httpd.conf Programming Software Development by rheg21 hi guys!! im having a hard time editing the main configuration file httpd.conf.im planning to use it for a project with api using python and im trying to run it in our office ip address.([url]http://192.168.8.111)can[/url] you pls help me.what are the right codes for it?im really having a hard time editing it.need help guys!!!tnx too many sleeping httpd connection Hardware and Software Linux and Unix by mr-cracker … from remote servers using curl but the thing is the httpd connections are not terminated they are still in sleeping mod… Re: too many sleeping httpd connection Hardware and Software Linux and Unix by mr-cracker i used that as well, but the sleeping httpd connections are increasing, i'm not 100% sure if my downloading script is causing this but how can i know which file is initiating the connection in ssh?? Re: too many sleeping httpd connection Hardware and Software Linux and Unix by cereal If these connections are related to httpd service then check the **access.log** and the **error.log** … c with I embedded httpd did but it is collapsing Programming Software Development by darkofpain I do c language "httpd" application works without problems at first. 1. meet user … Modify 'FileMatch' in the httpd.conf in Apache Programming Web Development by network18 … modify the default settings for the filesMatch in the apache httpd.conf file from - <FilesMatch "^\.ht"> Order… Re: Modify 'FileMatch' in the httpd.conf in Apache Programming Web Development by pritaeas I don't see any mention of `Header` being valid for `FilesMatch` in the [manual](http://httpd.apache.org/docs/2.2/mod/core.html). Re: Httpd/php/mysql Hardware and Software Linux and Unix by dklima That's OK since by default apache and mysql reserve some resources to be in "cache" so it will be accessed more fast because they are into memory. Of course you can alter those settings to have less resources in the initial state. Re: HTTPD Java PHP Bridge question... Hardware and Software Linux and Unix by dickersonka Try this solution. I have had the same issues with dev servers [url]http://blogs.sun.com/andreas/entry/no_more_unable_to_find[/url] Re: httpd.conf configuration Hardware and Software Linux and Unix by atlex2 The problem is you don't propagate the host name changes across your computers. You'd need a local dns for that. Or you could just edit the hosts file. I'm guessing that you can access it by typing the ip in? Re: httpd.conf configuration Hardware and Software Linux and Unix by williebens Hello there: I am not really clear on what you want. So let me ask, do you want to run the web server on a linux host, 192.168.102.10, and then access the web page from another computer? I am assuming that both computers are on the same network since 192.168.102.10 is a private IP. Another thing, instead of having it as ServerName test, I … Re: httpd-vhosts.conf isn't accepting new vertual hosts! Hardware and Software Linux and Unix by bigtalk I figured it out. I had to add the new virtual domains to the "hosts" file located in /private/etc. Now it all works! Re: httpd-vhosts.conf isn't accepting new vertual hosts! Hardware and Software Linux and Unix by WebDave It good to know that you were able to find the solution on your own. Good Job! Keep it up. Re: httpd-vhosts.conf isn't accepting new vertual hosts! Hardware and Software Linux and Unix by bigtalk [QUOTE=WebDave;793814]It good to know that you were able to find the solution on your own. Good Job! Keep it up.[/QUOTE] Thanks for the support! I'm just doin' what I can. Cheers, BigTalk httpd.conf Help? Hardware and Software Linux and Unix by fuggles I'm setting up my server to host 2 domains. In the VirtualHosts section I have it set up as they do on the Apache website. But line 280 or so asks for a DocumentRoot, well I have 2, what should I do here?