I have just updated my RedHat Linux version and I tried to keep apache from being installed so that it would not overwrite my configuration but I missed it. Now what do I do?

Simply reinstall the secureweb package, and any module packages that you require (mod_ssl and/or mod_php3). To get around the problems with it already thinking that sws is on the system, do an rpm -e apache and an rpm -e secureweb. However, because secure web server and apache have different binaries (/usr/sbin/httpd and /usr/sbin/httpsd) Secure Web server should still be present on the computer.

The only thing that Red Hat might have "overwritten" would be some of the dynamic modules (mod_ssl and/or mod_php3). You have to use the modules that come with secure web server, because they are created specifically for SWS. 3.

Is there any reference on compiling php3 with secure server as a DSO? Every time I try and compile stuff, it wants to build it into the server (which it can't do). Correct.

Both PHP3 and mod_perl include documentation that tells you how to build them as DSOs. You have to use the apxs utility (which comes in secureweb-devel). But not directly; both programs have ... more.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions