Web Server
Requirement Value / Description Server software Apache Allow overwrite (.htaccess files) Off (used for cool URLs). Apache module rewrite (mod_rewrite) .htaccess not visited (used for cool URLs). openssl is LOADED PHP Extension openssl speeds up the log in page ldap is LOADED PHP Extension ldap is optional and allows you to use LDAP for authentication. zip is LOADED PHP Extension zip allows you to use the export to Excel feature. xml is LOADED PHP Extension xml allows you to use the export to Excel feature. gd is LOADED PHP Extension gd2 allows you to use the export to Excel feature. mysqli is LOADED mysqli is the recommended database driver. Database
Requirement Value / Description Configuration file Found Database connection OK Database name Found Database query OK
SetEnv ALLOW_OVERWRITE On
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
# Tell PHP that the mod_rewrite module is ENABLED.
SetEnv HTTP_MOD_REWRITE On
### Canonicalize codeigniter URLs
RewriteRule ^(welcome(/index)?|index(\.php)?)/?$ / [L,R=301]
RewriteRule ^(.*)/index/?$ $1 [L,R=301]
# Removes trailing slashes (prevents SEO duplicate content issues)
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ $1 [L,R=301]
# Enforce www
# If you have subdomains, you can add them to
# the list using the "|" (OR) regex operator
#RewriteCond %{HTTP_HOST} !^(www|subdomain) [NC]
#RewriteRule ^(.*)$ http://www.domain.tld/$1 [L,R=301]
# Enforce NO www
#RewriteCond %{HTTP_HOST} ^www [NC]
#RewriteRule ^(.*)$ http://domain.tld/$1 [L,R=301]
###
# Removes access to the system folder by users.
# Additionally this will allow you to create a System.php controller,
# previously this would not have been possible.
# 'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [L]
# Checks to see if the user is attempting to access a valid file,
# such as an image or css document, if this isn't true it sends the
# request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
# Without mod_rewrite, route 404's to the front controller
SetEnv HTTP_MOD_REWRITE Off
ErrorDocument 404 "Error : Module rewrite is not available check your system with requirements.php"
</IfModule>
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Not Found
The requested URL /session/language was not found on this server.
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at http://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/565cf287-6727-4fc5-b8f1-071e0b6ce302%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
RewriteEngine on
RewriteRule ^test\.html$ /test.php [L]
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at http://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/32d6102e-fdb0-4f81-88ef-9433b8a3bb1b%40googlegroups.com.
Hi good day,
May I ask a small request if you do not mind regarding the web access to lms please?
If it's ok, here is it: using the correct credentials of the database owners "name" and "password", it always rejects: "the given name or the pawssord is wrong", given that all the required necessary data to "database.php" are correct.
I've tried this on many FreeBSD servers, includine jails as well and but it gives the same result
Besides, I'm ruining a lot more, almost similar applications of this type and but I don't get this phenomena straight unfortunately.
Kind regards,
Sisantha
PS.: sorry that I can't write in french!
On 2015-05-23 15:38, Bertrand Torchy wrote:
Bonjour,
Merci pour cette première réponse.
Tout d'.abord, il s'agit bien de la version 0.3.1 de Jorani...
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at http://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/32d6102e-fdb0-4f81-88ef-9433b8a3bb1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 2015-05-23 15:38, Bertrand Torchy wrote:
Bonjour,
Merci pour cette première réponse.
Tout d'.abord, il s'agit bien de la version 0.3.1 de Jorani...
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at http://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/32d6102e-fdb0-4f81-88ef-9433b8a3bb1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/6a58453e7e3742a222a15a9a33bc6d5d%40www.nirmana.eu.
Hi, thank you for the prompt answer.
I changed in "database.php" in many variants, e.g.:
1)'hostname' -> from 'localhost' to '127.0.0.1', and again to '192-168.2.2' - > to 'localhost' ter
2)'username' -> lms database owners 'name' ( not 'root')
3) 'database' -> here -> 'lms' ( name of the Joranis database name)
4) 'dbdriver' -> from 'mysqli' -> 'mysql' ( mysql55-server5.5.42 on up-to-date FreeBSD Release v. 10.1, x64)
5) php55-5.5.22 ( with almost all extensions )
Now, I can access over web ( no SSL) the link to "/lms/index.php/session/login" ; but I get this " Invalid login id or password" after entering the correct credentials.
Hope you get the picture clealy now.
I would really appreciate for an remedy for this situation.
Cheers,
Sisantha
On 2015-05-23 18:41, Benjamin BALET wrote:
Hi,Hi, thank you for the prompt answer.
I changed in "database.php" in 'hostname' -> 'localhost' to '127.0.0.1', and again to
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at http://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/e0a7c982cfb80c7a1292574171c962d3%40www.nirmana.eu.
No, I did not, only imported the /sql/lms.sql to the lms database.
Do I need to do any more confurations?
cheers,
sisantha
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBOSFqm1vhjGcS2QTTT8fvXC4tCNSpiSER9GzHYfe37UZWg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/f82b86bb1c5cdd5914ecaa2414bdc330%40www.nirmana.eu.
Hi,
I went through this ubuntu tutorial some few days ago as well before I started the installation, thank.
herewith I'm sending the "requirements.php" output.
Cheers,
SisanthaS.: I think apache
Allow overwrite (.htaccess files) | Off " is a problem? |
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBORFUWA5J%2BXFcZxkeAvd%2BQCoF7-Ku%2B3bxVcNu4K%3DVZtF%3Dw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/1b6df359eac350e020ddf91e4bafb192%40www.nirmana.eu.
Hi, first of all, I must thank for answer today as I didn't expect it so early on Sunday:-)
I checked the below:
1. visual difference between http://demo.jorani.org/index.php/session/login and your login page, nand mine -> http://www.nirmana.eu/jorani/index.php/session/login, and sees a difference!
(@the moment it is not accesible over internet only on lan as proxy in front of it )
mine is after the Alias name jorani/index.php and yours is: direct /index.php! It could be that yours is direct an virtual server.
2. and 3. I'm attaching the javascript on firefox Inspector and a apache error log which says "authz_core:error with pid 288
(I think Ihave to enable those Autz_mod in httpd.conf, but such a thing never occurred earlier for othe applications, and I'll do it in one of my other freebsd server.)
Hope you got some clues for the answer.
Have nice weekend and cheers,
Sisantha
Web Server
Requirement Value / Description Server software Apache Allow overwrite (.htaccess files) On (used for cool URLs). Apache module rewrite (mod_rewrite) On (used for cool URLs).
openssl is LOADED PHP Extension openssl speeds up the log in page
PHP 5.3+ Ignore this message if you are running an exotic PHP runtime
ldap is LOADED PHP Extension ldap is optional and allows you to use LDAP for authentication. zip is LOADED PHP Extension zip allows you to use the export to Excel feature. xml is LOADED PHP Extension xml allows you to use the export to Excel feature. gd is LOADED PHP Extension gd2 allows you to use the export to Excel feature. mysqli is LOADED mysqli is the recommended database driver.
Database
Requirement Value / Description Configuration file Found Database connection OK Database name Found Database query OK
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at http://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/2d49e845-2962-45a6-8ecc-593f8524d112%40googlegroups.com.