0
votes
2answers
23 views

How can I re-install removed packages on Solaris-10?

My Solaris 10 SPARC host ran its pre-installed Apache server. After it failed to cooperate (it and I couldn't find my apxs) with the installation of mod_wsgi (to handle Django) I made the decision to ...
0
votes
0answers
8 views

Apache 2.063 and PHP 5.2.1 on Solaris 10 [duplicate]

About two months ago I was (am) having problems getting PHP 5.2.1 working with Apache 2.063 on Solaris 10 (Update 8). Apache was on the Solaris 10 distribution, and I got the PHP binary from ...
-1
votes
2answers
162 views

How Can I Maximize Apache Performance on my Server - Need Calculations Please [closed]

I have a Sun T5140 server with 8GB of memory and two 4-core T-Series CPU's (128 max threads). This server is a dedicated web server. Based on the premise that I'm willing to allocate 1/2 of the ...
0
votes
0answers
97 views

Apache 2.0.63 and PHP 5.2.1 [duplicate]

I am running Solaris 10, 8/11 (Update 10) which already has Apache 2.0.63 installed. To this, I added MySQL 5.0.67 and PHP 5.2.1 and all the needed library dependancies. PHP and MySQL were downloaded ...
0
votes
0answers
23 views

Coldfusion Debug Webserver Closed it's Socket

What does this message mean in cfserver.log? 09/04 13:43:39 debug webserver closed it's socket 09/04 13:43:39 debug webserver closed it's socket 09/04 13:43:40 debug webserver closed it's socket I ...
0
votes
1answer
780 views

Apache mod_fastcgi

i am trying to configure an apache2 server with mod_fastcgi on solaris 10 so far i have everything installed using CSW here is my virtual host configuration <VirtualHost X.X.X.X:80> ...
0
votes
1answer
115 views

Stopping an specify Apache instance

I have two Apache instances setup in my server (Solaris 10): Instance 1: /etc/apache2 Instance 2: /etc/apache2-instance2 To start the instance 1, I execute the following command: ...
0
votes
1answer
42 views

Apache 2 on Solaris 10 image for Virtual Box compliation flags detection

"The version of Apache 2.0 that ships with some operating systems, including some versions of Solaris and Linux, is compiled with the following flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 " ...
0
votes
1answer
47 views

Modify apache 2 to use different Perl instance

I have 2 installed Perl on the OS, now my cgi script need to run the module on newly installed Perl, I've already set played the PERL5LIB, @INC to include the new instance but it doesn't work. Any ...
1
vote
2answers
223 views

Segmentation Fault with PHP5 on Solaris 10

On a Solaris 10 server I installed Apache2 (v2.2.20), PHP5 (v5.2.1), and all dependencies with packages from [1]: http://unixpackages.com (the new sunfreeware.com). Now apache is running, and doesn't ...
0
votes
1answer
205 views

Apache start script dumping core

Operating system: Solaris / SunOS. When starting Apache2.x using: ./apachectl start the following error is printed to the terminal: Illegal Instruction - core dumped Any idea what could be ...
1
vote
3answers
218 views

mod_userdir permission denied

I installed apache2 on my opensolaris server and enabled mod_userdir, but when I browse to ~userdir I get 403 error even though public_html is set to world-readable, how should I fix it?
1
vote
5answers
2k views

Apache Crashes Every Night Due To “Too Many Open Files”

I am running a SmartMachine on Joyent. I beleive these are some sort of virtual machine running Solaris. We have a web application on this machine running on Apache, PHP, and MySQL. It handles our ...
1
vote
2answers
476 views

how can be switch from prefork to worker MPM in running apache on solaris10

bash-3.00# /usr/apache2/bin/httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c bash-3.00# bash-3.00# /usr/apache2/bin/httpd -v Server version: Apache/2.0.63 Server built: ...
-1
votes
4answers
112 views

time required to Build server configuration [closed]

I need an advice on time required to build the following items. 1) oracle 10g installtion 2) Apache web server 3) Solaris OS 4) Setting of backup service for server 5) Big IP Load balancer A quick ...
3
votes
4answers
425 views

What is the easiest way to get mod_perl and mod_dav_svn integrated into Apache on Solaris 10

I've written some software that uses Perl code running inside Apache (using mod_perl) to work with (amongst other things) subversion (using the mod_dav_svn module). I'm currently writing some how-to ...
0
votes
1answer
229 views

MySQL getting stuck, eating up disk i/o

Using mySQL 5.0.51 on Solaris . At intermittent times it looks like MySQL is getting 'stuck' . The disk usage on the server spikes to 98% busy from reads. I used dtrace (specifically DTrace toolkit - ...
1
vote
1answer
597 views

Solaris disk I/O spike… which monitoring tools do I need?

My Solaris 10 websever / database server disk io keeps spiking at intermittent times. Using iostat -xtc 5 the reads / sec will jump from 3.0 to 1450.0 and %busy will jump to 98% The apache access ...
1
vote
4answers
609 views

How to I prevent another process from listening on the same port as Apache

I have Apache running Solaris using the mpm module, and it listens on port 8080. Every once in a while, someone will start up a Tomcat instance on the same host. The has the affect of directing all ...
0
votes
1answer
693 views

Compiling Apache mod_ssl for different target hardware (hardware capability unsupported SSE2 error)

I am building and packaging the following on one machine (the "build" machine) and attempting to install and use on other machines ("target" machines) some of which have different processors. ...
2
votes
2answers
1k views

How avoid to write the password in the configuration file of SVN?

I am configuring the server SVN Collabnet (v1.5.6.1 for Solaris 10). I succeeded to use the ldap server for SVN authentication. How avoid to write a non encrypted password (XXXXX, here) in the ...
20
votes
8answers
18k views

How to reduce memory usage on a Unix webserver

I'm currently using a Joyent Accelerator to host my webapps, and it's working fine, however I need to reduce costs so I'm downgrading my current plan and that imposes some new memory limits (256M rss, ...