Re: another newbie with alot of redhat and apache server Q'S Hardware and Software Linux and Unix by Brandog ## httpd.conf - configuration for the Apache web server…files from the config directory "/etc/httpd/conf.d". # Include conf.d/*.conf # # Dynamic Shared Object (DSO) … (no cacheing without CacheRoot) # #CacheRoot "/etc/httpd/proxy" #CacheSize 5 #CacheGcInterval 4 #CacheMaxExpire 24… Re: PHP installation possible errors? Programming Web Development by sn4rf3r httpd.conf and the path to the file depends on your distro. [code] locate httpd.conf [/code] Re: How to code HTML download button where filename version will change Programming Web Development by Dani httpd.conf is the config file for the Apache web server. lighthttpd.conf is the config file for the Lighthttpd web server. Apache can run on both Windows and Linux. Lighthttpd can run natively on Linux or on Windows as part of Cygwin (*nix emulator for Windows). Re: Changing PHP $_SERVER['HTTP_CONNECTION'] value Programming Web Development by pritaeas `httpd.conf` See the Apache documentation for Keep-Alive. httpd.conf and file indexes Hardware and Software Linux and Unix by hookedonphp …what needs to be changed in my httpd.conf file, or what typo's I…quot; #ScoreBoardFile logs/apache_runtime_status PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 …PHP525/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/PHP525"… 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] 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: NameVirtualHost… ServerName test </VirtualHost> - saved httpd.conf file then restarted apache i also tried [B]httpd -S[/B] and it's telling… 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 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 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 allow… httpd-vhosts.conf isn't accepting new vertual hosts! Hardware and Software Linux and Unix by bigtalk … have already set up my httpd.conf file to enable Virtual Hosts. I also set up httpd-vhosts.conf with a bunch of vitual… could I be doing wrong? The following is my old httpd-vhosts.conf. (Sorry for the long code snippets, but maybe seeing… Re: httpd setup problem Hardware and Software Linux and Unix by Cain …gt; add virtualservername.crap.com to /etc/hosts and restart httpd. if its good, add a reverse and a .crap.… youre moving it in its entirety? is your syntax in httpd.conf correct? did your change/add [I]all[/I] instances …networks and attempt to restart your webserver. are you restarting httpd as the root user? if not does your user have… 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 files… in /var/www? I am sure I can modify the httpd.conf file but I am not sure how to do it… 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 I … index.html.var AccessFileName .htaccess [/quote] When I restart my httpd service, I get DocumentRoot must be a directory. Does the… virtual host conf apache1.3 Hardware and Software Linux and Unix by balagod … able to access [url]www.uscms.com[/url] site my httpd.conf details are below [CODE] NameVirtualHost *.80 <VirtualHost *:80>… Re: virtual host conf apache1.3 Hardware and Software Linux and Unix by martin5211 Look at your apache httpd.conf if the line that includes your vhosts file isn't … Re: virtual host conf apache1.3 Hardware and Software Linux and Unix by tracedinesh Hi, Look at your httpd.conf file and search for [B][COLOR="Red"]Listen[/COLOR][/B] directive if its commanted please uncomment it #Listen 80 to Listen 80 don't forget to restart your apache service wamp, apache 403 forbidden you don't have permission to access / on this se Programming Web Development by chrisschristou conf/extra/httpd-multilang-errordoc.conf # Fancy directory listings Include conf/extra/httpd-autoindex.conf # Language settings #Include conf/extra/httpd-languages.conf # User home directories #Include conf/extra/httpd-userdir.conf "Forbidden / You don't have permission to access / on this server." error Hardware and Software Linux and Unix by driven13 … Fedora and below you will find the contents of /etc/httpd/conf/httpd.conf file. My problem is that when I try to view… config files from the config directory "/etc/httpd/conf.d". # Include conf.d/*.conf # # ExtendedStatus controls whether Apache will generate "…root Sat May 5 12:05:29 2007 To: /etc/httpd/conf/httpd.conf [/code] This Should be Easy for You Guys! Hardware and Software Linux and Unix by jusCk …Modules folder. Now, My First Question!....lol....in the httpd.conf file, where the modules are Loaded, then Added, …help on Configuring to USE dbmmange!...lol Here is My httpd.conf. but WITH all the Comment Lines : #1 …#78 In the standard configuration, the server will process httpd.conf (this #79 file, specified by the -f command … Re: "Forbidden / You don't have permission to access / on this server." error Hardware and Software Linux and Unix by rch1231 … root Sat May 5 12:05:29 2007 To: /etc/httpd/conf/httpd.conf If so that could be your problem. IF not the… this from the command line what do you get: httpd -t tests your httpd.conf file. One other thing what are the permissions… Re: "Forbidden / You don't have permission to access / on this server." error Hardware and Software Linux and Unix by IOSIX edita sudo vi /etc/httpd/conf.d/nagios.conf Así debe aparecer el archivo en su primera sección: # … Re: "Forbidden / You don't have permission to access / on this server." error Hardware and Software Linux and Unix by squeezle try Allow from 127.0.0.1 in /etc/apache2/httpd.conf http://www.hqware.com/support/apachemonitor/faqs.html don't forget to sudo /etc/init.d/apache2 restart Apache/Tomcat - Hostheaders Hardware and Software Microsoft Windows by xela … domain for all my domains in httpd-vhosts.conf and enabled it in httpd.conf. httpd.conf: Include conf/extra/httpd-vhosts.conf httpd-vhosts.conf: <VirtualHost *:80> ServerName… .htaccess file not working Hardware and Software Linux and Unix by opposition …Include /etc/apache2/mods-enabled/*.conf # Include all the user configurations: Include /etc/apache2/httpd.conf # Include ports listing Include …/etc/apache2/ports.conf # # The following directives define … Unable to connect to alternate port in apache ubuntu Hardware and Software Linux and Unix by Moderns …/etc/apache2/mods-enabled/*.conf # Include all the user configurations: Include /etc/apache2/httpd.conf # Include ports listing… Include /etc/apache2/ports.conf ServerName localhost:8888 # # … Re: Virtual Hosting Multiple Websites Hardware and Software Linux and Unix by TheOgre … included with Apache: Configuration Sections: [url="http://httpd.apache.org/docs-2.0/sections.html"]http…page like you want, you have to reconfigure your httpd.conf without any extras FIRST to make sure the basics …config file and starting with a fresh copy (# cp httpd.conf.sample httpd.conf) which will contain an alias to the /docs (&… PHP 5 - Apache 2.2.4 issues Programming Web Development by ndeniche …ini so extension_dir = C:\Windows\system i modified httpd.conf and added: [code]LoadModule php5_module c:/windows/system…AddModule mod_php5.c AddType application/x-httpd-php .php AddType application/x-httpd-php5 .phtml[/code] and still…C:\Program Files\Apache Software Foundation\Apache 2.2\conf\httpd.conf: Cannot load C:/Windows/system into server: … Re: Extremely frustrating problem UNinstalling Apache Hardware and Software Linux and Unix by BinaryMayhem … the new one. httpd.default.conf is the back up new copy. just delete httpd.conf and copy/rename httpd.default.conf as httpd.conf. if you really… Forbidden | You don't have permission to access /~username on this server. Hardware and Software Linux and Unix by zenki198 …'t work. Below are the settings I have on my httpd.conf file. What am I missing?? Please help. ServerRoot "/etc… mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so Include conf.d/*.conf User apache Group apache ServerAdmin admin@abc.com ServerName…