kristovaher / Wave-Framework

Open Source API-centric PHP Framework
https://github.com/kristovaher/Wave-Framework
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Can't Access tools directory #161

Closed eudosia closed 1 year ago

eudosia commented 8 years ago

Installed latest stable code. Changed User name and password (in config.ini) for tools directory, but seems like credentials are wrong. I have apache and fastcgi vhost configured

ServerName xxxxxxxx #ServerAlias web1 ServerAdmin webmaster@localhost DocumentRoot /var/www/vhosts/api/httpdocs/ SuexecUserGroup api api #PHP_Fix_Pathinfo_Enable 1 Options +ExecCGI AllowOverride All AddHandler fcgid-script .php FCGIWrapper /var/www/fcgi/api/fcgi .php Order allow,deny Allow from all ErrorLog /var/www/vhosts/api/log/error.log CustomLog /var/www/vhosts/api/log/access.log combined # ServerSignature Off

I have copied .htaccess files... Any idea ? Thank you

BoumPower commented 7 years ago

Hi I have the same problem (OVH hosting) Thanks for help....

halfbluehalfbrown commented 7 years ago

Wow, since 2016 this is open? I'm also having this problem. No matter what I put in http-authentication-username & http-authentication-password I'm not able to access /tools

kristovaher commented 1 year ago

Sadly this repository hasn't been actively maintained for a handful of years. I did test it on a public VM service running PHP 8.1 and Apache 2 and had no problems. Note that the /tools/ folder has its own .htaccess file and has to be in the right folder. Apache requires "AllowOverride" setting to be on for that to work. From the readme: "Apache also needs to support '.htaccess' directives from those files, so make sure that 'AllowOverride' setting is 'All' in Apache directory configuration. This is usually enabled by default on most servers."