Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Doc1956 on September 20, 2005, 02:35:02 AM
-
I've just upgrade from sme 6.0 to 7.0.4b evrything went find except for that error.(Syntax error on line 1328 etc/httpd/conf/httpd.conf invalid command "RequireSSL"perhaphs mis-spelled etc....)
Administration : phpMyAdmin
Alias /phpmyadmin /opt/administration/phpmyadmin
<Directory /opt/administration/phpmyadmin>
RequireSSL on
Options -Indexes
AllowOveride None
order deny,allow
deny from all
allow from all
AuthName "phpMyAdmin"
Authtype Basic
AuthExternal pwauth
require user admin
Satisfy all
AddType Application/x-httpd-php .php .php3
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
Need help thanks you Doc
-
http://forums.contribs.org/index.php?action=search2&search=RequireSSL
-
I get same error on fresh sme7-beta4
after I installed e-smith-phpmyadmin-2.5.0-5dmc.noarch.rpm
for me it was line 608
I just do from RequireSSL to Require SSL that give me another error %r I do search for that and rename
Refereri to refereri.
expanded the template and restarted the server.
that stop the error but I'am not sure this is the correct way !!
I have access to phpmyadmin and can connect from client
-
Maybe that wasn't obvious enough...
--> http://forums.contribs.org/index.php?action=search2&search=RequireSSL<--
People get tired of answering the same questions over and over. Please search (google, here, sourceforge, the author of the contrib's website) before asking for help.
A little more searching and you could also find at least two rpms for phpmyadmin on SME7 Beta as well.
-
this search query hasn't solved any of my problems. Instead it made them reappear!
For the history i got this error when i installed the phpmyadmin.rpm
since then every time i add an i-bay i get this error and i have to remove the line RequireSSL on from /etc/httpd/conf/httpd.conf
has anyone found a permanent solution to this?
-BLaCKie_MoRGaN
-
Hey kmilkos,
can you tell us exactly which phpmyadmin rpm you install??
Thanks
Joe
-
For the history i got this error when i installed the phpmyadmin.rpm
So uninstall it. Sheesh!
-
The rpm is the one found in
http://mirror.contribs.org/smeserver/contribs/nightspirit/e-smith-phpmyadmin/
Version 2.6.0-12-noarch
-
Hey kmilkos,
that contrib should work on the SME6.x servers.
Are you using SME7.x by any chance?
If you are using SME7.x then try this contrib instead:
http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
Good luck
Joe
-
If you've already installed the Nightsprit RPM, you can fix it by editing
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86PhpmyadminAlias
change RequireSSL on
to SSLRequireSSL on
Charlie / Greg / Anyone
Is there a dedicated FAQ anywhere for Contribs that I can add this to?
I've looked but cannot find one.
Cheers,
-
Oh! do a
expand-template /etc/httpd/conf/httpd.conf
as well once you've made the change.
-
I installed a fresh SME 7, Final Release and installed all Yum updates.
Then installed phpMyAdmin 2.8.2 After a few day's i got the same error but only at the server login screen wen not logged in.
More info see:
Possible options are SSLrequire and SSLRequireSLL not RequireSSL
look at /etc/httpd/conf.d/sll.conf te read more information about these functions.
My Solution to this problem was:
I have installed phpMyAdmin 2.8.2 and the file as described above
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86PhpmyadminAlias
does not exist on my server.
I just changed the file /etc/httpd/conf/httpd.conf and made from RequireSSL --> SSLRequireSSL
but after the expand-template /etc/httpd/conf/httpd.conf the wrong setting was there again.
Then I found the file /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/88PhpmyadminmultiAlias
In this file I changed RequireSSL off --> SSLRequireSSL off
Then i send a expand-template /etc/httpd/conf/httpd.conf and the setting was changed
in the /etc/httpd/conf/httpd.conf file as expected.
Problem solved (for now...)
-
I installed a fresh SME 7, Final Release and installed all Yum updates.
Then installed phpMyAdmin 2.8.2 After a few day's i got the same error but only at the server login screen wen not logged in.
More info see:
Possible options are SSLrequire and SSLRequireSLL not RequireSSL
look at /etc/httpd/conf.d/sll.conf te read more information about these functions.
My Solution to this problem was:
I have installed phpMyAdmin 2.8.2 and the file as described above
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86PhpmyadminAlias
does not exist on my server.
Did you install smeserver-phpmyadmin or did you install phpmyadmin. The latter will not provide configuration templates as this will probably be the version you have downloaded from the phpmyadmin site. The version there is a general phpmyadmin, which you will have to setup yourself.
I just changed the file /etc/httpd/conf/httpd.conf and made from RequireSSL --> SSLRequireSSL
but after the expand-template /etc/httpd/conf/httpd.conf the wrong setting was there again.
Then I found the file /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/88PhpmyadminmultiAlias
In this file I changed RequireSSL off --> SSLRequireSSL off
Then i send a expand-template /etc/httpd/conf/httpd.conf and the setting was changed
in the /etc/httpd/conf/httpd.conf file as expected.
Problem solved (for now...)
The latter is where you should change things. To get a bit more insight on how the system works read the developers guide (http://mirror.contribs.org/smeserver/contribs/gordonr/devguide/devguide.pdf) about the template system (and the internal configuration database).