Help Install and configure #1990
Replies: 12 comments 29 replies
-
|
Hi @quim-droid , If this does not solve the problem, please describe the steps you took during installation process and clarify where you got stuck. |
Beta Was this translation helpful? Give feedback.
-
|
I have everything set up and I always get a 500 error.
The error I get from the Apache log is:
One of the tests I ran was to run the command:
|
Beta Was this translation helpful? Give feedback.
-
|
@quim-droid , please show the content of |
Beta Was this translation helpful? Give feedback.
-
|
So this is your problem: |
Beta Was this translation helpful? Give feedback.
-
|
@quim-droid , I think probably fastest way is once uninstalling Sympa completely and installing it again without replacing / adding anything by your own. |
Beta Was this translation helpful? Give feedback.
-
|
What I've done so far: I haven't configured anything yet in the file /etc/sympa/sympa/sympa.conf (here I usually adjust the domain, listmaster, and wwsympa_url). In the apache configuration directory there is no file /etc/apache2/sites-available/sympa.conf When I did "a2enmod sympa" I got the error "ERROR: Module sympa does not exist!" What do you think I should do next? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, yes this file exists. I made this search:
Then try to enable it, but the answer was that thins conf was already enabled:
But then when I access to the website I got the 404 error. The config of the file is: and the other: I haven't made any changes to any file and haven't configured robot.conf yet. didn't have done this
and edit the /etc/sympa/my.domain.com/robot.conf file with What can I do next? Thanks for your help |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I didn't create the files listed this are the files that I have in /etc/sympa ls -l /etc/sympa/ in the /etc/sympa/sympa/ I have only When I acces to http://my.domain.com/wws (wwsympa_url), in tail /var/log/apache2/error.log -f I don't have any error. the server. but the page shows: The requested URL was not found on this server. when I access to |
Beta Was this translation helpful? Give feedback.
-
|
@quim-droid , to reiterate, you do not need to use the Next, restart the apache2 service, and again, please show the content of access log and error log when you access the URL of wwsympa_url. |
Beta Was this translation helpful? Give feedback.
-
|
o que eu fiz: o que dá o access log: o que mostra o error.log |
Beta Was this translation helpful? Give feedback.
-
|
I'm sorry I didn't understand what you want? Can't see what I posted? The answers are: apt install -y mariadb-server In secure_installation, the answers were always to choose the default (just press enter), having only entered the root password. apt install -y apache2 php php-cli php-mysql php-cgi php-fpm php-xml php-intl php-mbstring php-ldap php-curl php-zip libfcgi-perl libdbi-perl libdbd-mysql-perl libcgi-session-perl libarchive-zip-perl libapache2-mod-fcgid No interaction occurred. apt install -y sympa Q: The 'sympa_newaliases-wrapper' program runs with root privileges to allow Sympa to update email aliases when creating or deleting lists, but this can lead to security issues (see GHSA-jcr2-44h4-65m5). In more email environments (Exim, Postfix), Sympa does not require root privileges (see also the 'aliases_program' parameter in Sympa.conf). Please choose whether to install this program with the u+s bit set. Should Sympa_newaliases-wrapper be setuid root? Q: The Sympa package must have a database installed and configured before it can be used. This can be optionally handled with dbconfig-common. If you are an advanced database administrator and know that you want to perform this configuration manually, or if your database has already been installed and configured, you should refuse this option. Details on what needs to be done will likely be provided in /usr/share/doc/sympa. Q: Database type to be used by sympa: Q: MySQL application password for sympa: Q: Password confirmation: |
Beta Was this translation helpful? Give feedback.
-
|
Please show everything including what you did and what you saw. Everything, also after doing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to install the new version of Sympa (sympa-6.2.76).
I have a server with a very old version (Version : 6.1.17) installed and I want to update to this new version.
I've done a lot of research and done several tests, but I can't get the server to work. I've tested it with several operating systems (CentOS, Ubuntu, Debian), but it never works on them.
I installed Apache, MariaDB, and Sympa, but I can't access them via the web page (http://server_ip/wws).
Can you tell me where I can find a tutorial?
What I've done:
apt install -y mariadb-server
systemctl enable --now mariadb
mysql_secure_installation
apt install -y apache2
apt install -y php php-cli php-mysql php-cgi php-fpm php-xml php-intl php-mbstring php-ldap php-curl php-zip
apt install -y libapache2-mod-fcgid
a2enmod fcgid rewrite ssl
systemctl enable --now apache2
systemctl restart apache2
apt install -y sympa
Should sympa_newaliases-wrapper be setuid root? Yes
Configure database for sympa with dbconfig-common? Yes
Database type to be used by sympa: mysql
MySQL application password for sympa: password1234
I'm running out of solutions.
Beta Was this translation helpful? Give feedback.
All reactions