ispCP - Board - Support
FreeBSD / OpenBSD Docu - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Documentation (/forum-45.html)
+--- Thread: FreeBSD / OpenBSD Docu (/thread-5575.html)

Pages: 1 2


FreeBSD / OpenBSD Docu - BeNe - 01-30-2009 07:02 PM

I started to create a Docu How to install ispCP on FreeBSD 7
--> http://www.isp-control.net/documentation/start/installation/freebsd

There was no Docu before and i want to fix it.
Would be nice if some FreeBSD User could read and correct it.
I´m also glad if someone can spend a litte brain-storming on it, because it is not done yet.

There is also a Patch from blocker available which should be used --> http://www.isp-control.net/forum/showthread.php?tid=2537

Thanks
Greez BeNe


RE: FreeBSD / OpenBSD Docu - BioALIEN - 01-30-2009 09:42 PM

Nice write up BeNe, I've gone through it. My knowledge with BSD is not good so I can't help you there. But the write up itself is top quality!


RE: FreeBSD / OpenBSD Docu - blocker - 01-31-2009 12:14 PM

Wow thats great, thanks bene, hmm now I think its better put a notice in INSTALL file so people should read it than that file.

btw i just notice it, nice icon ehuehuehue Big Grin and I just modified the docu


RE: FreeBSD / OpenBSD Docu - BeNe - 01-31-2009 09:41 PM

Quote:hmm now I think its better put a notice in INSTALL file so people should read it than that file.
Why not - everbody can change something to the good in the wiki, and this very fast. The install file in the trunk is more "static".

Thanks for some fixes and the write up. I will go on with it next week.

Greez BeNe


RE: FreeBSD / OpenBSD Docu - BeNe - 02-05-2009 12:22 AM

I´m still on the way to creating the Install Docu for FreeBSD
But there are some problems to get it running out of the box.
--> http://www.isp-control.net/ispcp/browser/trunk/configs/freebsd/apache/fcgid_ispcp.conf

Why is the "<IfModule mod_fcgid.c>" excluded in this config?
If fcgid is not enabled:
Code:
Syntax error on line 22 of /usr/local/etc/apache22/extra/fcgid_ispcp.conf:
Invalid command 'SocketPath', perhaps misspelled or defined by a module not included in the server configuration


Greez BeNe


RE: FreeBSD / OpenBSD Docu - BeNe - 02-17-2009 02:42 AM

Some *BSD Freaks out there ?
I need some help to get ispCP per default friendly running under FreeBSD Rolleyes
There are many changes needed.

Greez BeNe


RE: FreeBSD / OpenBSD Docu - blocker - 02-17-2009 12:51 PM

(02-17-2009 02:42 AM)BeNe Wrote:  Some *BSD Freaks out there ?
I need some help to get ispCP per default friendly running under FreeBSD Rolleyes
There are many changes needed.

Greez BeNe

you have to patch fcgid_ispcp.conf ( i already submited the patch in other thread ). it should be like this.

<IfModule mod_fcgid.c>
AddHandler fcgid-script .php .php5
SocketPath /var/run/fcgidsock
IPCConnectTimeout 20
</IfModule>


RE: FreeBSD / OpenBSD Docu - BeNe - 02-17-2009 06:36 PM

Thanks!
I will take a look about it.

Greez BeNe


RE: FreeBSD / OpenBSD Docu - BeNe - 03-03-2009 07:52 AM

I updated the FreeBSD HowTo again:

  • - Added new Packets (wget, mod_cband, chrootkit..) / thanks @la1o
  • - New overview for the Port Options
  • - Added CPAN alternative / thanks @la1o
  • - Added apache22_http_accept_enable="YES" to rc.conf
  • - Fixed compile command (wrong makefile used)
  • - Disabled mod_php5
  • - Added PHP Version Check for debugging
----
- Login is still slow, but useable with deactivated Update Check in ispCP


Main Problem is still that .php files are not handeld per default.
Means if i type http://admin.mydomain.tld i get -> ERROR 403 INDEX FORBIDDEN
If i type http://admin.mydomain.tld/index.php i get an ispCP Login.
I checked the fcgid handler,ApacheConfig the 'mime types' but can´t find the Error Rolleyes

Would also be fine if some FreeBSD user can compare the Options per package in the Wiki with the 'make config' of the own Server. To have it complete. - Thanks!

Greez BeNe


RE: FreeBSD / OpenBSD Docu - sci2tech - 03-04-2009 02:35 AM

In fastcgi_ispcp / fcgid_ispcp add this
Code:
DirectoryIndex index.php