Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Apache Development | Forum profile

Forum profile page for Apache Development on http://www.devshed.com. This report page is the aggregated overview from a single forum: Apache Development, located on the Message Board at http://www.devshed.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Apache Development" on the Message Board at http://www.devshed.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Dev Shed Forums - Open Source web development - Apache Development (site profile, domain info devshed.com)
Title: Apache Development
Url: http://forums.devshed.com/apache-development-15/
Users activity: 18 post per thread
Forum activity: 11 active threads during last week
 

Posting activity on Apache Development:

  Week Month 3 Months
Threads: 11 50 163
Post: 20 86 301
 

Apache Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Termn8r
3
user's latest post:
SSL Multi-Domain Certificate
Published (2009-11-05 15:21:00)
Eureka! I am posting my results since I had horrid time finding someone that could fix this. I got it working 100% Here is the correct configuration for running multiple virtual domains with the SAME SSL certificate. I will use ip 192.111.1.5 for my pretend static IP. keep in mind my config may not be the best parameters but it works for multiple vhost SSL on ONE IP and I think it would work for different SSL Certs. I have verified it works...
hiker
3
user's latest post:
SSL Multi-Domain Certificate
Published (2009-11-05 17:16:00)
You're welcome. Thanks for posting back the solution.
justpassedby
2
user's latest post:
Removing webapp name from URL:...
Published (2009-11-10 02:11:00)
Hi guys, I ran into same issues and couldn't figure out a solution until now and found a solution. Notice tomcat has a ROOT.war web app, this is a default non-used app for / You can undeploy this .war file and rename your webapp to ROOT.war and deploy it. Also change your webapp context to / This is the easiest/right way and error free. Good luck. Regards, Vien
csgonan
1
user's latest post:
[general] Closing apache child...
Published (2009-11-04 11:10:00)
I have 2.2.11 running on Solaris 10 and 8 servers. I notice sometimes up to 70 httpd processes. How can I stop so many processes? My conf settings are KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 7 <IfModule prefork.c> StartServers 5 MinSpareServers 20 MaxSpareServers 40 ServerLimit 350 MaxClients 350 MaxRequestsPerChild 0 </IfModule> I have other sockets that start when apache children start (mysqld and...
tanveer
1
user's latest post:
Why server certificate required
Published (2009-11-05 22:18:00)
Hi all, I am reading on creating certificates both self signed and using CA signed. The thing I can't clear my concept on is why we create a server certificate because finally we sign it using CA and why not use that everywhere and one more thing which certificate to make publicly available ; the server cert or the signed CA one ? Thanks.
sangfroid
1
user's latest post:
Redirect http to https
Published (2009-11-05 16:42:00)
Hi, I have two webpages... 1. www.mypage.com and 2. www.mypage.com/private The issue that I am having is, I need to redirect all http requests coming to http://www.mypage.com/private to https://www.mypage.com However, I don't want the requests coming to http://www.mypage.com to be redirected to https://www.mypage.com. How do I accomplish it ? I will highly appreciate your suggestions..Thanks..
evilgonzo
1
user's latest post:
[general] PHP.ini Fine from...
Published (2009-11-06 15:41:00)
Ive been going round in circles for ages, when viewing the output of a test file that simply prints the phpinfo data when viewed via the command line the php output shows all relevant config data as read via /etc/php.ini however when viewed via the web this is not the case, even though phpinfo says it is reading from the same file /etc/php.ini There are no other php.ini files on the entire system. Any ideas please? Snippets of both outputs...
Doug G
1
user's latest post:
[general] PHP.ini Fine from...
Published (2009-11-06 23:30:00)
The ouput string you posted is showing the configuration parameters used when building the php executable. It's normal that a different configure command was used when building the cli executable vs. the apache module.
DonR
1
user's latest post:
Redirect http to https
Published (2009-11-09 23:58:00)
can't you just do a header redirect by placing an index.html file in your /private folder and placing this code into it? html Code: Original - html Code <html> <head> <meta http-equiv="Refresh" content="0; url=https://www.mypage.com/"> </head> <body> <p>Please follow <a...
Deprecated
1
user's latest post:
[general] Apache 2.2.11 and...
Published (2009-11-09 06:16:00)
Hello: I have a weird problem with Apache and Windows 2003 Server that I haven't been able to find out: HP Proliant DL580 G5 Windows Server 2003 R2 Standard x64 Apache 2.2.11 With that configuration, if I double-click "My PC", "Manage" and I go to "Disk manage", an error is given: "Unable to connect to logical disk manager" The weird thing is that if I check the...
 

Latest active threads on Apache Development::

Dev Shed Forums - Open Source web development
Started 1 day, 2 hours ago (2009-11-14 14:38:00)  by drgroove
Update: Uninstalled Apache. Downloaded .MSI installer from apache.org Restarted Windows. Installed Apache. Same exact error is thrown immediately after installation when Apache attempts to start. Going to re-uninstall and install again, with a slightly older version (maybe 2.0.63?). If that doesn't work... well, there's always ...
Thread:  Show this thread (5 posts)   Thread info: ..instruction at "0x008a330d" referenced memory "0x010c0121"...memory could
not read Size: 1,342 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ..instruction at "0x008a330d" referenced memory "0x010c0121"...memory could
not read :: Apache Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 12 months ago (2008-11-18 13:52:00)  by jharnois
There is a [P] flag in mod_rewrite that allows you to have the rewritten URL retrieved through a proxy. I've never had a need for it though, so I'm not sure exactly how it works nor how it would work with your proxy directives. It might allow something like this: Code: specialdomain.com/.htaccess RewriteRule ^appname/(.*)$ /$1 [P,L] Actually, you may...
Thread:  Show this thread (6 posts)   Thread info: Removing webapp name from URL: apache and tomcat proxypass Size: 1,031 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Removing webapp name from URL: apache and tomcat proxypass :: Apache Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 5 days, 17 hours ago (2009-11-09 23:58:00)  by DonR
can't you just do a header redirect by placing an index.html file in your /private folder and placing this code into it? html Code: Original - html Code <html> <head> <meta http-equiv="Refresh" ...
Thread:  Show this thread (2 posts)   Thread info: Redirect http to https Size: 2,030 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Redirect http to https :: Apache Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 5 days, 20 hours ago (2009-11-09 20:57:00)  by optimization
Message
Thread:  Show this thread (2 posts)   Thread info: [general] Apache 2.2.11 and "Allow service to interact with desktop" Size: 64 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [general] Apache 2.2.11 and "Allow service to interact with desktop" :: Apache Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 month ago (2009-10-16 11:00:00)  by stdunbar
Do you mean the popup to enter your information if required by the server? What do you mean the index page? If you mean the normal popup from the browser you're talking about "Basic Authorization". If you want to change it you need to move to "Form Based Authentication" and use a back end programming language like PHP or Java. In Apache 2.2 and below there are no mechanisms ...
Thread:  Show this thread (6 posts)   Thread info: [general] Replacing the default window during user login Size: 502 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [general] Replacing the default window during user login :: Apache Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 week, 1 day ago (2009-11-06 23:30:00)  by Doug G
The ouput string you posted is showing the configuration parameters used when building the php executable. It's normal that a different configure command was used when building the cli executable vs. the apache module.
Thread:  Show this thread (2 posts)   Thread info: [general] PHP.ini Fine from command line - Ignored by Apache Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [general] PHP.ini Fine from command line - Ignored by Apache :: Apache Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 week, 4 days ago (2009-11-04 16:52:00)  by hiker
You seem to have been doing a lot of research, but you've missed any problems that do arise from having multiple domains using 1 SSL cert. Basically, you can only have 1 SSL certificate on 1 IP address. This is accurate. However, there are workarounds that a lot of these hosts use that allow you to use multiple domains. An SSL cert is used per domain.. this is correct.... ...
Thread:  Show this thread (6 posts)   Thread info: SSL Multi-Domain Certificate Size: 1,301 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SSL Multi-Domain Certificate :: Apache Development :: Dev Shed Forums - Open Source web development"
 

Hot threads for last week on Apache Development::

Apache Development
Started 1 day, 2 hours ago (2009-11-14 14:38:00)  by drgroove
Update: Uninstalled Apache. Downloaded .MSI installer from apache.org Restarted Windows. Installed Apache. Same exact error is thrown immediately after installation when Apache attempts to start. Going to re-uninstall and install again, with a slightly older version (maybe 2.0.63?). If that doesn't work... well, there's always ...
Thread:  Show this thread (5 posts)   Thread info: ..instruction at "0x008a330d" referenced memory "0x010c0121"...memory could
not read Size: 1,342 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ..instruction at "0x008a330d" referenced memory "0x010c0121"...memory could
not read :: Apache Development :: Dev Shed Forums - Open Source web development"
Apache Development
Started 1 month ago (2009-10-16 11:00:00)  by stdunbar
Do you mean the popup to enter your information if required by the server? What do you mean the index page? If you mean the normal popup from the browser you're talking about "Basic Authorization". If you want to change it you need to move to "Form Based Authentication" and use a back end programming language like PHP or Java. In Apache 2.2 and below there are no mechanisms ...
Thread:  Show this thread (6 posts)   Thread info: [general] Replacing the default window during user login Size: 502 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [general] Replacing the default window during user login :: Apache Development :: Dev Shed Forums - Open Source web development"
Apache Development
Started 1 week, 1 day ago (2009-11-06 23:30:00)  by Doug G
The ouput string you posted is showing the configuration parameters used when building the php executable. It's normal that a different configure command was used when building the cli executable vs. the apache module.
Thread:  Show this thread (2 posts)   Thread info: [general] PHP.ini Fine from command line - Ignored by Apache Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [general] PHP.ini Fine from command line - Ignored by Apache :: Apache Development :: Dev Shed Forums - Open Source web development"
Apache Development
Started 5 days, 20 hours ago (2009-11-09 20:57:00)  by optimization
Message
Thread:  Show this thread (2 posts)   Thread info: [general] Apache 2.2.11 and "Allow service to interact with desktop" Size: 64 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [general] Apache 2.2.11 and "Allow service to interact with desktop" :: Apache Development :: Dev Shed Forums - Open Source web development"
Apache Development
Started 12 months ago (2008-11-18 13:52:00)  by jharnois
There is a [P] flag in mod_rewrite that allows you to have the rewritten URL retrieved through a proxy. I've never had a need for it though, so I'm not sure exactly how it works nor how it would work with your proxy directives. It might allow something like this: Code: specialdomain.com/.htaccess RewriteRule ^appname/(.*)$ /$1 [P,L] Actually, you may...
Thread:  Show this thread (6 posts)   Thread info: Removing webapp name from URL: apache and tomcat proxypass Size: 1,031 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Removing webapp name from URL: apache and tomcat proxypass :: Apache Development :: Dev Shed Forums - Open Source web development"
Apache Development
Started 5 days, 17 hours ago (2009-11-09 23:58:00)  by DonR
can't you just do a header redirect by placing an index.html file in your /private folder and placing this code into it? html Code: Original - html Code <html> <head> <meta http-equiv="Refresh" ...
Thread:  Show this thread (2 posts)   Thread info: Redirect http to https Size: 2,030 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Redirect http to https :: Apache Development :: Dev Shed Forums - Open Source web development"