Pages: 12Next
Current Page: 1 of 2
Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 13, 2015 01:58PM

Hi I have a problem with wampserver . Could you help me ?

Options: ReplyQuote
Re: Wampserver
Posted by: Otomatic (Moderator)
Date: September 13, 2015 02:28PM

Hi,

Here, there are no diviners or sorcerers, and without detailed explanation of what your problem is, it is completely impossible to solve it.
Thank you to read and respond to: READ BEFORE YOU ASK A QUESTION

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 14, 2015 02:24PM

I did some of things. Phpmyadmin doesn,t work. I can't install joomla in 4 step. In file "hosts" there is a "#"but i can't edit. There is acces denied.



In phpmyadmin i have something like that. I don't know how should I change it.




Alias /phpmyadmin "c:/wamp/apps/phpmyadmin4.1.14/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Require local
#
# by
#
# Require all granted
#

<Directory "c:/wamp/apps/phpmyadmin4.1.14/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
<IfDefine APACHE24>
Require local
</IfDefine>
<IfDefine !APACHE24>
Order Deny,Allow
Deny from all
Allow from localhost ::1 127.0.0.1
</IfDefine>
php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M
php_admin_value max_execution_time 360
php_admin_value max_input_time 360
</Directory>

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 14, 2015 03:46PM

Changing phpMyAdmin will not effect anything other than phpMyAdmin, and you dont use that when installing Joomla.

First create a Virtual Host for your joomla app to run in. See [forum.wampserver.com]

Then within the Virtual Host you can increase the "php_value max_execution_time 220"

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 14, 2015 05:50PM

In httpd_vhosts I have



# Virtual Hosts
#
# Required modules: mod_log_config

# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:[httpd.apache.org];
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "c:/Apache24/docs/dummy-host.example.com"
ServerName dummy-host.example.com
ServerAlias www.dummy-host.example.com
ErrorLog "logs/dummy-host.example.com-error.log"
CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>

<VirtualHost *:80>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "c:/Apache24/docs/dummy-host2.example.com"
ServerName dummy-host2.example.com
ErrorLog "logs/dummy-host2.example.com-error.log"
CustomLog "logs/dummy-host2.example.com-access.log" common
</VirtualHost>













What should I do ?


Should I supersede all to



<VirtualHost *:80>
DocumentRoot "c:/wamp/www"
ServerName localhost
ServerAlias localhost
<Directory "c:/wamp/www">
AllowOverride All
Require local
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/project1"
ServerName project1
<Directory "c:/wamp/www/project1">
AllowOverride All
Require local
</Directory>
</VirtualHost>



Edited 2 time(s). Last edit at 09/14/2015 05:58PM by Chris88.

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 14, 2015 05:56PM

Throw it away, its just sample code

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver
Posted by: Otomatic (Moderator)
Date: September 14, 2015 05:59PM

Hi,

> What should I do ?
You have to READ ALL THE CONTENT of the link given: The need for Virtual Host
And nothing prevents you to read several times, gently, quietly. The answers to your questions are there.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 14, 2015 06:08PM

I don't know how to open C:\windows\system32\drivers\etc\hosts` as a administrator. There's no that option. In programs I can do it , but in files I can't

Options: ReplyQuote
Re: Wampserver
Posted by: Otomatic (Moderator)
Date: September 14, 2015 07:13PM

Hi,

Install Notepad++ (as administrator), create a shorcut to it and modify properties of this shorcut to run it as administrator. After, you'll be able to open the hosts file with Notepad++

As you didn't respond to READ BEFORE YOU ASK A QUESTION I don't know what is your Windows.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 14, 2015 07:46PM

Windows 7 64 bit

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 14, 2015 08:09PM

In file hosts I hahe somethingh like that.

# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost


Should I all replace to



127.0.0.1 localhost
127.0.0.1 project1

::1 localhost
::1 project1

?

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 14, 2015 10:47PM

Yes

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 15, 2015 01:14PM

When I delete # in httpd.conf, and restart Apache I have errror AH00112

Warning: DocumentRoot C:/Apache24/docs/dummy-host.example.com does not exist

Warning: DocumentRoot C:/Apache24/docs/dummy-hos2t.example.com does not exist

Synrtax OK



Edited 2 time(s). Last edit at 09/15/2015 01:28PM by Chris88.

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 15, 2015 01:31PM

Delete these lines from the httpd-vhost.conf file

<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "c:/Apache24/docs/dummy-host.example.com"
ServerName dummy-host.example.com
ServerAlias www.dummy-host.example.com
ErrorLog "logs/dummy-host.example.com-error.log"
CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>

<VirtualHost *:80>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "c:/Apache24/docs/dummy-host2.example.com"
ServerName dummy-host2.example.com
ErrorLog "logs/dummy-host2.example.com-error.log"
CustomLog "logs/dummy-host2.example.com-access.log" common
</VirtualHost>

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 15, 2015 01:45PM

Now I have message


Syntax OK but the Wampserver icon is still yellow.

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 15, 2015 02:10PM

Which service has not started? Apache or MySQL

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 15, 2015 02:18PM

Apache

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 15, 2015 03:33PM

Run the post test

wampmanager -> Apache -> Test port 80


What does it say

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver
Posted by: Chris88 (---.adsl.inetia.pl)
Date: September 15, 2015 03:39PM

Your port 80 is actually used by

Server: Apache/2.4.9 <Win64> PHP/ 5.5.12

Options: ReplyQuote
Re: Wampserver
Posted by: RiggsFolly (---.as43234.net)
Date: September 16, 2015 12:07AM

Then it is not APache that has not started. CHECK AGAIN

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.