search for: apache1

Displaying 10 results from an estimated 10 matches for "apache1".

Did you mean: apache
2006 Nov 24
2
Mongrel + Apache 1.3 + OpenBSD
Hello, I want to install a bunch mongrel servers with an apache in fronthead, all that on OpenBSD. But OpenBSD is released with a homemade Apache 1.3.29 patched by the OpenBSD team. I really want to keep this version of apache and I don''t want to change it to Apache 2.x (because of the security and the license but it''s not the point here). But for having mongrel, it has to be
2011 Sep 30
4
Running Apache sites as separate users
I had a recent request to improve security on my web servers by having each website use a different user to run the hosting service. So example1.comhas it's own Apache instance running as apache1 and then example2.com has its own instance of Apache as apache2. Is this even possible or realistic? I understand the idea of how that would be secure, much like creating a virtual machine to segregate services. The only way I can think how this is done is to chroot each website. What makes thi...
2005 May 27
0
CRM integration (was RE: CallerID)
...emote sites updating call data on internet hosted apache server. To be honest I never considered AGI for this task as I understood AGI scripting was used to allow an external server (e.g. PHP) to control a call. For example call routing. ----MY SOLUTION---- Asterisk ----HTTP POST DATA----> Apache1 ----> MySQL Customer DB1 Web browser ----HTTP GETS DATA----> Apache2 ----> MySQL Customer DB1 *currently this is polling cos I cant find a light weight server push mechanism, that works on IE :-( Thanks Alex Information contained in this e-mail and any attachments are intended for...
2005 Oct 17
12
SCGI Rails Runner 0.4.1 (getting closer)
...umentation and several packages including a gem release. Please check out the latest release at: * Announcement: http://www.zedshaw.com/ * README and RDoc: http://www.zedshaw.com/projects/scgi_rails/rdoc/index.html * gem, tar.bz2, tar.gz, zip: http://www.zedshaw.com/downloads/scgi_rails/ * apache1-mod_scgi-1.7a-win32.zip http://www.zedshaw.com/downloads/scgi_rails/apache1-mod_scgi-1.7a-win32.zip * apache2-mod_scgi-1.7a-win32.zip http://www.zedshaw.com/downloads/scgi_rails/apache2-mod_scgi-1.7a-win32.zip The win32 mod_scgi modules are courtesy Curt Hibbs and they include the soon to be re...
2011 Sep 30
1
Apache security , Was: Running Apache sites as separate users
...1 at 2:22 AM, Trey Dockendorf <treydock at gmail.com> > wrote: > > I had a recent request to improve security on my web servers by having > each > > website use a different user to run the hosting service. So > > example1.comhas it's own Apache instance running as apache1 and then > > example2.com has its own instance of Apache as apache2. Is this even > > possible or realistic? I understand the idea of how that would be > secure, > > much like creating a virtual machine to segregate services. The only way > I > > can think how this...
2011 Feb 03
1
reusing variables "best practices"
...Apache nodes behind a load balancer and each Apache virtual host has its own internal IP. I''ve created an Apache module that does this by creating an Apache vhost template and define my own variables that are substituted by variables I''ve defined in my nodes configuration. E.g. apache1 node.pp: $ip_www = 10.0.0.1 $ip_www2 10.0.0.1 apache2 node.pp: $ip_www = 10.0.0.1 $ip_www2 10.0.0.1 apache vhost template: <VirtualHost <%= ip_www %>:80> The next step is to configure Piranha using Puppet. The module creates a template using the IP''s defined in my node co...
2006 Feb 16
4
Lost while trying to deploy rails app on apache
...che 1.3 and I must be missing something very obvious because I cannot get things working properly. Here is what I need: 1) The server must be running apache 1.3. A very large body of PHP content is currently vended by the server through 5 vhosts and I have neither the time nor resources to replace apache1 with apache2 or lighttpd. Maybe someday, but not right now. 2) The rails apps cannot be their own vhosts. Basically, my apps must be accessible via vhost.server.com/path/to/my/rails/app so they fit in seamlessly with the existing server content and structure. 3) The setup needs to be as transparent...
2005 Sep 21
4
Rails controller with Win32 COM object calls
Has anyone had any experience with making calls to Win32 COM object in a rails controller. I have no problem making the calls using the WIN32 module, however I do seem to have some memory leaks, when the COM object being called at some point makes use of SafeArrays. The same method calls in VB,Visual C++ don''t produce the same memory leaks. I realize this might seem a little odd, but
2005 Mar 05
6
Survey: what's the best HTTPd/TFTPd/FTPd to serve up configuration files to sets
I would like to start a discussion centred around the various ways one might serve up configuration files from an Asterisk server (I know, it's better to use a secondary server for all this, but let's talk about a smaller system). The types of things being served would include: - Logo image for sets that support that - XML directory files - XML or raw text configuration files -
2006 Mar 31
35
Frustrated with RoR environment splintering
Why isnt the RoR community focusing on robust and scalable mod_perl style of Apache environment, rather then splintering all over the place with lighthttp, mongrel, WEBrick, SCGI, fcgi, etc??? Its frustrating as someone who is trying to migrate to RoR. Its very unlikely I would ever get a contract to work on any webserver except Apache, so it would seem logicaly to focus all our efforts to