r...@ubuntu:/usr/src/icinga-web-1.0.1# ./configure 
--prefix=/usr/local/icinga-web 
--with-icinga-api=/usr/local/icinga/share/icinga-api
checking for a BSD-compatible install... /usr/bin/install -c
checking for grep that handles long lines and -e... /bin/grep
checking for a sed that does not truncate output... /bin/sed
checking for php... /usr/bin/php
checking for mysql... /usr/bin/mysql
checking for phing... not found
checking if user www exists... not found
checking if user wwwrun exists... not found
checking if user www-data exists... found
checking if group www exists... not found
checking if group www-data exists... found
checking for IcingaApi... found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating etc/build.properties
config.status: creating etc/tests/test.properties
config.status: creating app/config/databases.xml
config.status: creating pub/.htaccess
config.status: creating pub/soap/.htaccess

after configure it ,i run make install
still can not find .htaccess in /usr/local/icinga-web/pub




Michael Friedrich <[email protected]> 
2010/07/02 21:25
Please respond to
[email protected]


To
[email protected]
cc

Subject
Re: [icinga-users] no file called .htaccess in  /usr/local/icinga-web/pub






[email protected] wrote: 



 Apache settings 
This should be prepared: 
mod_rewrite enabled, maybe you have to create a link:
# ln -s /etc/apache2/mods-available/rewrite.load 
/etc/apache2/mods-enabled/rewrite.load 

Edit your .htaccess in /usr/local/icinga-web/pub: 
i search my system,there is no file called .htaccess in 
/usr/local/icinga-web/pub  ,why?

.htaccess will be generated by ./configure and installed through 'make 
install'
It seems that you just copied the web to it's prefix target - that's not 
the way it's meant to be, this was just for testing in early alpha stages.

Kind regards,
Michael

-- 
DI (FH) Michael Friedrich
[email protected]
Tel: +43 1 4277 14359

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria 
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to