Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Instalacja Symfony
dzesi
post
Post #1





Grupa: Zarejestrowani
Postów: 235
Pomógł: 0
Dołączył: 3.05.2006

Ostrzeżenie: (0%)
-----


Witam was mam problem bo z tego co czytam to symfony musi być jakoś dziwnie zainstalowany poprzez konsole i polecenie pear itd [choć nie wiem dlaczego tak jest , czytałem blog michala mecha, ale tez nic nie dało ], Jak zainstalować symfony na jakimś hostingu ? [ home i cal]
Sorki ze może głupi temat ale z frameworkami dopiero zaczynam , i jak ktoś mógł mi wytłumaczyć to .
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
dzesi
post
Post #2





Grupa: Zarejestrowani
Postów: 235
Pomógł: 0
Dołączył: 3.05.2006

Ostrzeżenie: (0%)
-----


Może grupie pytanie ale o co chodzi ztymi katalogami ? w symfony bo jak weszłam do pear to w nim znajduje sie katalog symfony [ chyba rozpakowany po ściągnięciu przez pear ] potem w katalogu data /symfony ,później w www/site/
po co tyle katalogów ?, czy nie można normalnie ściągnąć całego syfony rozpakować i skonfigurować zęby działało ?

Dodam też ze nadal nie działa a wieć w pliku http.conf odhaczyłem
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
potem w pliku http.conf odhaczyłem
LoadModule vhost_alias_module modules/mod_vhost_alias.so
i
LoadModule rewrite_module modules/mod_rewrite.so
ale jak zrestartuje apache to nie chce mi sie uruchomić ale jak w pliku http.conf s powrotem zablokuje [ hashem]
# Virtual hosts
# Include conf/extra/httpd-vhosts.conf
i zrestartuje to działa , czy ktoś wie dla czego w konfiguracji serwerów prawie sie nie znam
a o to plik conf/extra/httpd-vhosts.conf
  1. <?php
  2. #
  3. # Virtual Hosts
  4. #
  5. # If you want to maintain multiple domains/hostnames on your
  6. # machine you can setup VirtualHost containers for them. Most configurations
  7. # use only name-based virtual hosts so the server doesn't need to worry about
  8. # IP addresses. This is indicated by the asterisks in the directives below.
  9. #
  10. # Please see the documentation at 
  11. # <URL:http://httpd.apache.org/docs/2.2/vhosts/>
  12. # for further details before you try to setup virtual hosts.
  13. #
  14. # You may use the command line option '-S' to verify your virtual host
  15. # configuration.
  16.  
  17. #
  18. # Use name-based virtual hosting.
  19. #
  20. NameVirtualHost *:80
  21.  
  22. #
  23. # VirtualHost example:
  24. # Almost any Apache directive may go into a VirtualHost container.
  25. # The first VirtualHost section is used for all requests that do not
  26. # match a ServerName or ServerAlias in any <VirtualHost> block.
  27. #
  28.  
  29.  
  30. <VirtualHost *:80>
  31. ServerName myapp.localhost
  32. DocumentRoot "C:Appserv/www/site/web"
  33. DirectoryIndex index.php
  34. Alias /sf C:/AppServ/php5/PEAR/data/symfony/web/sf
  35. <Directory "C:/AppServ/php5/PEAR/data/symfony/web/sf>
  36. AllowOverride All
  37. Allow from All
  38. </Directory>
  39. <Directory C:Appserv/www/site/web">
  40. AllowOverride All
  41. Allow from All
  42. </Directory>
  43. </VirtualHost>
  44. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 3.10.2025 - 01:07