2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
aju_rathod |
Posted: Jan 4 2006, 04:41 PM
|
Advanced Member Group: Members Posts: 137 Member No.: 1858 Joined: 17-December 05 |
Hello,
I am trying to configure Uebimiau for my Xmail serve, do i need to edit my httpd.conf file if i want uebimiau to start working? Or do i need any other changes for Uebimiau apart from installation intstruction? Regards, Ajay |
atomant |
Posted: Feb 6 2006, 08:23 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Well, you'll need to have following lines in httpd.conf (or similar):
LoadModule php5_module libexec/apache2/libphp5.so DirectoryIndex index.html index.html.var index.php index.htm AddType application/x-httpd-php .php -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
aju_rathod |
Posted: Mar 25 2006, 09:14 AM
|
Advanced Member Group: Members Posts: 137 Member No.: 1858 Joined: 17-December 05 |
Thanks for your reply.
What should be the document root in httpd.conf? How webserver will point to user's mail directory? Regards, Ajay Rathod. |
atomant |
Posted: Mar 28 2006, 07:34 AM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
document root in httpd.conf is the root directory of web content, eg.:
/usr/local/www and you can put uebimiau in /usr/local/www/webmail access is thru POP3 so don't worry about getting user's mail. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
aju_rathod |
Posted: Mar 29 2006, 06:57 AM
|
Advanced Member Group: Members Posts: 137 Member No.: 1858 Joined: 17-December 05 |
Hi , when i add this line LoadModule php5_module libexec/apache2/libphp5.so It gives error as follows, "Syntax error on line 192 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/libexec/apache2/libphp5.so into server: /etc/httpd/libexec/apache2/libphp5.so: cannot open shared object file: No such file or directory" and when i remove the line service is started but while trying to access the webmail iit doent works what could be the reason? regards, Ajay Rathod. |
atomant |
Posted: Mar 29 2006, 07:50 AM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
You need to compile php with apache support. Maybe you allready have it but with php 4.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
aju_rathod |
Posted: Mar 29 2006, 01:45 PM
|
Advanced Member Group: Members Posts: 137 Member No.: 1858 Joined: 17-December 05 |
Hi
I installed and compiled Php5 with apache bou still getting the same error what could be the other way? Regards, Ajay Rathod. |
atomant |
Posted: Mar 29 2006, 01:53 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Normally when you compile php with apxs (apache) it automatically adds the line for php module so you don't need to enter it manually.
Anyway, this is not the forum to speak about configuring apache and php. I suggest you to search help on apache forums and/or google is your friend. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
trektrek |
Posted: Jun 14 2006, 05:10 AM
|
Newbie Group: Members Posts: 1 Member No.: 2078 Joined: 14-June 06 |
Hello, i'm from Brazil escuse my bad english, i was download apache2triad with xmail and uebmail include, xmail is ok but uebmail dont conect , the message is this:
ERROR (2): fsockopen(): unable to connect to localhost:110 (Uma tentativa de conexão falhou porque o componente conectado não respondeu corretamente após um período de tempo ou a conexão estabelecida falhou porque o host conectado não respondeu. ) (D:\apache2triad\htdocs\uebimiau\inc\class.uebimiau_mail.php:78) can you help me ? the apache are compiled with php5 |